diff --git a/pages/core-api/safe-contracts-deployment.mdx b/pages/core-api/safe-contracts-deployment.mdx index 2a89600b..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 (`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](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). @@ -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).