Skip to content

Commit

Permalink
Update url for production config service
Browse files Browse the repository at this point in the history
- Closes #103
  • Loading branch information
Uxio0 committed Aug 2, 2023
1 parent f579a1e commit 41cbaf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/chain_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Chain object also contains data which is used specifically in the context of

And lastly, the Chain object also contains URL templates that indicate the frontend apps how to parse and compose URLs to block explorers. This will be discussed in more detail later on.

At any point, if you see a value that you are unsure how to supply, just look at what's available in [production](https://safe-config.gnosis.io/api/v1/chains/) and change the values as you see fit.
At any point, if you see a value that you are unsure how to supply, just look at what's available in [production](https://safe-config.safe.global/api/v1/chains/) and change the values as you see fit.

These values are meant to be provided in the admin panel `http://localhost:8000/cfg/admin` of the Safe Config Service (CFG)

Expand Down Expand Up @@ -47,4 +47,4 @@ For the web app to be able to render links correctly you need to supply URLs wit
}
```

The `{{address}}` (Ethereum address `0x` prefixed) and `{{txHash}}` (transaction hash) are markers in the URL acting as placeholders that the Safe web app will use to replace values to construct links to block explorer corresponding to that chain. It is important that you indicate these correctly so links are valid at the moment of rendering.
The `{{address}}` (Ethereum address `0x` prefixed) and `{{txHash}}` (transaction hash) are markers in the URL acting as placeholders that the Safe web app will use to replace values to construct links to block explorer corresponding to that chain. It is important that you indicate these correctly so links are valid at the moment of rendering.

0 comments on commit 41cbaf4

Please sign in to comment.