Skip to content

feat: add 1.3.0 eip155 contracts for Botanix Mainnet #1096

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

Merged

Conversation

ElvisKrop
Copy link
Contributor

@ElvisKrop ElvisKrop commented Jun 6, 2025

Add new chain

Please fill the following form:

Provide the Chain ID (Only 1 chain id per PR).

  • Chain_ID: 3637

Relevant information:

deploying "SimulateTxAccessor" (tx: 0x7fa053c81450771ebc14be173f6c831978f43aeb6245b2bbcbd0afb2f485cc09)...: deployed at 0x727a77a074D1E6c4530e814F89E618a3298FC044 with 237931 gas
deploying "GnosisSafeProxyFactory" (tx: 0x0f556723a9b46dc6300d707123c927fd2035a61309002a5a7318e773eb938f4d)...: deployed at 0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC with 867832 gas
deploying "DefaultCallbackHandler" (tx: 0x6488eb38fddee3a3d86d0f1d679408af0ced5e6c2c071ace04044168fa2de5d9)...: deployed at 0x3d8E605B02032A941Cfe26897Ca94d77a5BC24b3 with 542617 gas
deploying "CompatibilityFallbackHandler" (tx: 0xd3c87e6104207b4f77b796b525f4c5ad1b58e7254cc15dce91490948ac0a4aa1)...: deployed at 0x017062a1dE2FE6b99BE3d9d37841FeD19F573804 with 1238441 gas
deploying "CreateCall" (tx: 0x1ec3f99811214d45196aad3d871057195c6ff1e20fe700707a0af1fb4815c9c0)...: deployed at 0xB19D6FFc2182150F8Eb585b79D4ABcd7C5640A9d with 294790 gas
deploying "MultiSend" (tx: 0x49961b9afd878b0aebbd557e5b5d5794c6a5e41ea61d65fe702323af0025411d)...: deployed at 0x998739BFdAAdde7C933B942a68053933098f9EDa with 190050 gas
deploying "MultiSendCallOnly" (tx: 0xae02d1d7541300bb7bc6a5266a98d25b12cfadab961a735f410a4cd6af2dcabb)...: deployed at 0xA1dabEF33b3B82c7814B6D82A79e50F4AC44102B with 142150 gas
deploying "SignMessageLib" (tx: 0x2562357720987f28e54fa1013fb62194163855256bbba26ee89142fdbb450302)...: deployed at 0x98FFBBF51bb33A056B08ddf711f289936AafF717 with 262417 gas
deploying "GnosisSafeL2" (tx: 0x5d24a2cdec9082f22533729e855e52dd5bfd6d7ebc5a446e36ed9f1218e653ac)...: deployed at 0xfb1bffC9d739B8D520DaF37dF666da4C687191EA with 5201733 gas
deploying "GnosisSafe" (tx: 0x934e11b6946fd59c3a065f4f2d54d748ddb61cfdbe4f0607d6357ea075930af0)...: deployed at 0x69f4D1788e39c87893C980c06EdF4b7f686e2938 with 5019271 gas

@ElvisKrop ElvisKrop requested review from gjeanmart and a team as code owners June 6, 2025 13:56
@ElvisKrop
Copy link
Contributor Author

Unfortunately, the RPC endpoint provided on ethereum-lists/chains is no longer available. Please use https://rpc.ankr.com/botanix_mainnet to verify the deployment 🙏

@ElvisKrop
Copy link
Contributor Author

npm run review:verify-deployment -- --version v1.3.0 --chainId 3637 --rpc https://rpc.ankr.com/botanix_mainnet --verbose

> @safe-global/[email protected] review:verify-deployment
> ts-node scripts/review/verifyDeployment.ts --version v1.3.0 --chainId 3637 --rpc https://rpc.ankr.com/botanix_mainnet --verbose

Parsed options:
{
  version: 'v1.3.0',
  chainId: '3637',
  rpc: 'https://rpc.ankr.com/botanix_mainnet',
  verbose: true
}
chain 3637 exists on Chainlist
RPC reported chain 3637
CompatibilityFallbackHandler deployments:
• eip155 deployment OK
CreateCall deployments:
• eip155 deployment OK
GnosisSafe deployments:
• eip155 deployment OK
GnosisSafeL2 deployments:
• eip155 deployment OK
MultiSend deployments:
• eip155 deployment OK
MultiSendCallOnly deployments:
• eip155 deployment OK
GnosisSafeProxyFactory deployments:
• eip155 deployment OK
SignMessageLib deployments:
• eip155 deployment OK
SimulateTxAccessor deployments:
• eip155 deployment OK

cc @nlordell

Copy link
Collaborator

@nlordell nlordell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manually checked deployments with the Ankr RPC URL, and it looked good to me :)

@nlordell nlordell merged commit 6ff963f into safe-global:main Jun 25, 2025
1 of 3 checks passed
@ElvisKrop ElvisKrop deleted the feat/add-botanix-mainnet-1.3.0-eip155 branch June 25, 2025 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants