Skip to content

Commit

Permalink
Update docs/running_locally.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 authored Jul 17, 2023
1 parent 683910a commit c89ffc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running_locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ For the Transactions service, follow these steps:
- Ignore the `Address` field
- Set the `Url` field to `http://nginx:8000/cgw/v1/chains/{chainId}/hooks/events` and replace `{chainId}` with the corresponding chainId
- Set the `Authorization` field to `Basic <WEBHOOK_TOKEN>`, where `<WEBHOOK_TOKEN>` corresponds to the value of `WEBHOOK_TOKEN` in the `container_env_files/cgw.env` file of this repository
- Optionally: Add the Safe Master Copy of your network at `http://localhost:8000/txs/admin/history/safemastercopy`, where `version` corresponds to the version of your deployed Safe Master Copy. Check L2 if it conserns the Safe L2 version.
- Optionally: Add the Safe Master Copy of your network at `http://localhost:8000/txs/admin/history/safemastercopy`, where `version` corresponds to the version of your deployed Safe Master Copy. Check L2 if it concerns the Safe L2 version. This is required for chains that were not added to [safe-eth-py](https://github.com/safe-global/safe-eth-py/blob/master/gnosis/safe/addresses.py)

# Safe Web App

Expand Down

0 comments on commit c89ffc0

Please sign in to comment.