Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: show full address for the deployer #638

Merged
merged 2 commits into from
Nov 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/core-api/safe-contracts-deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Open a [pull request](https://github.com/ethereum-lists/chains) to add your chai
</Callout>

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).

Expand Down Expand Up @@ -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).
In the next step, you have to install the [Safe\{Core\} Infrastructure](./safe-infrastructure-deployment.mdx).
Loading