From 251a8abd48e6851eb3e49ebbfa2a296be48d19aa Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Wed, 6 Nov 2024 09:18:38 +0100 Subject: [PATCH 1/2] fix: show full address for the deployer --- pages/core-api/safe-contracts-deployment.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/core-api/safe-contracts-deployment.mdx b/pages/core-api/safe-contracts-deployment.mdx index 2a89600b..16a985d8 100644 --- a/pages/core-api/safe-contracts-deployment.mdx +++ b/pages/core-api/safe-contracts-deployment.mdx @@ -19,7 +19,7 @@ Open a [pull request](https://github.com/ethereum-lists/chains) to add your chai 1. Create a new issue in the [safe-singleton-factory](https://github.com/safe-global/safe-singleton-factory/issues/new?assignees=&labels=&projects=&template=new_chain.yml&title=%5BNew+chain%5D%3A+) repository. -2. A bot will reply to the issue with the deployer address (`0x914...3d7`) and the amount of native token you need to send to this address. +2. A bot will reply to the issue with the deployer address (`0xE1CB04A0fA36DdD16a06ea828007E35e1a3cBC37`) and the amount of native token you need to send to this address. 3. Once funded, mark the checkbox on the GitHub issue. 4. The review of the issues happens every two weeks. Our team will perform the deterministic deployment of the `safe-singleton-factory` contract and publish a new npm release of [@safe-global/safe-singleton-factory](https://www.npmjs.com/package/@safe-global/safe-singleton-factory). @@ -105,4 +105,4 @@ For example, add this line to `gnosis_safe.json` to indicate the gnosis safe has Now, you have deployed the Safe\{Core\} contracts on your chain. -In the next step, you have to install the [Safe\{Core\} Infrastructure](./safe-infrastructure-deployment.mdx). \ No newline at end of file +In the next step, you have to install the [Safe\{Core\} Infrastructure](./safe-infrastructure-deployment.mdx). From e4132776d90ed68cc79e69a3335821972e9a98b0 Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Wed, 6 Nov 2024 09:45:01 +0100 Subject: [PATCH 2/2] edit: point to the README to avoid content drift --- pages/core-api/safe-contracts-deployment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/core-api/safe-contracts-deployment.mdx b/pages/core-api/safe-contracts-deployment.mdx index 16a985d8..fb7e139e 100644 --- a/pages/core-api/safe-contracts-deployment.mdx +++ b/pages/core-api/safe-contracts-deployment.mdx @@ -19,7 +19,7 @@ Open a [pull request](https://github.com/ethereum-lists/chains) to add your chai 1. Create a new issue in the [safe-singleton-factory](https://github.com/safe-global/safe-singleton-factory/issues/new?assignees=&labels=&projects=&template=new_chain.yml&title=%5BNew+chain%5D%3A+) repository. -2. A bot will reply to the issue with the deployer address (`0xE1CB04A0fA36DdD16a06ea828007E35e1a3cBC37`) and the amount of native token you need to send to this address. +2. A bot will reply to the issue with the [deployer address](https://github.com/safe-global/safe-singleton-factory/?tab=readme-ov-file#expected-addresses) and the amount of native token you need to send to this address. 3. Once funded, mark the checkbox on the GitHub issue. 4. The review of the issues happens every two weeks. Our team will perform the deterministic deployment of the `safe-singleton-factory` contract and publish a new npm release of [@safe-global/safe-singleton-factory](https://www.npmjs.com/package/@safe-global/safe-singleton-factory).