From 683910a32294fb1bc6b18f9daaf8eb1e702a92a2 Mon Sep 17 00:00:00 2001 From: Peter Polman Date: Mon, 17 Jul 2023 10:40:39 +0200 Subject: [PATCH 1/2] Update running_locally.md Had to dive quite deep in order to find this missing part in my configuration. Perhaps mentioning it here speeds up the process for others. --- docs/running_locally.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/running_locally.md b/docs/running_locally.md index 38a9a94..4eeffae 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 conserns the Safe L2 version. # Safe Web App From c89ffc00199bb0b8caaf002e86e0f8cee6eec7b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ux=C3=ADo?= Date: Mon, 17 Jul 2023 16:35:51 +0200 Subject: [PATCH 2/2] Update docs/running_locally.md --- docs/running_locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running_locally.md b/docs/running_locally.md index 4eeffae..a0e712e 100644 --- a/docs/running_locally.md +++ b/docs/running_locally.md @@ -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 `, 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 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