diff --git a/docs/running_locally.md b/docs/running_locally.md index 38a9a94..a0e712e 100644 --- a/docs/running_locally.md +++ b/docs/running_locally.md @@ -86,6 +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 `, where `` 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 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