From 95475c3ce29033f86f494fb70d1dd474a82ca744 Mon Sep 17 00:00:00 2001 From: "ALFREDO J LOPEZ H (alfredolopez80.eth)" Date: Mon, 28 Oct 2024 13:18:03 +0100 Subject: [PATCH] Feat: add ver 1.3.0 safe-contracts on Zero Network Testnet (#846) ## Add new chain > Template to provide information about the new chain. Only add extra information in the bottom section. Ensure that the contracts are deployed on the chain, if not deploy with [safe-contracts](https://github.com/safe-global/safe-contracts). Only **one** chain ID, **one** Safe version and **one** deployment type per PR. This entire paragraph should be deleted. Please fill the following form: Provide the Chain ID (Only 1 chain id per PR). - Chain_ID: 4457845 Provide RPC URL for the chain (should be able to query atleast 10 requests per minute for automatic PR check). - RPC_URL: https://rpc.zerion.io/v1/zero-sepolia Relevant information: safe-singleton-factory issue: [[New chain]: Zero Network Testnet safe-singleton-factory#845](https://github.com/safe-global/safe-deployments/issues/845) explorer: https://explorer.zero.network deployment logs: ```logs reusing "SimulateTxAccessor" at 0x4191E2e12E8BC5002424CE0c51f9947b02675a44 reusing "GnosisSafeProxyFactory" at 0xDAec33641865E4651fB43181C6DB6f7232Ee91c2 deploying "DefaultCallbackHandler" (tx: 0xec6dd0b8047c965bc51b7ce179971f00e3809c139b206fcdf753b609267f3853)...: deployed at 0x08798512808f838a06BCe7c26905f05e94dF6f50 with 138277 gas deploying "CompatibilityFallbackHandler" (tx: 0xad210e0354f66658b7caa0b50b9a0447dac72d407469c0969abb08d8532f57c2)...: deployed at 0x2f870a80647BbC554F3a0EBD093f11B4d2a7492A with 140243 gas deploying "CreateCall" (tx: 0xf9802c379ccef3eeceee54189d7fa09fed95319837bf2e4014e2319d98942c07)...: deployed at 0xcB8e5E438c5c2b45FbE17B02Ca9aF91509a8ad56 with 138299 gas deploying "MultiSend" (tx: 0xd8d5eba6bbeb2fba1bb0ceb51acae5c55b429d4d016307faf91edcbfa33196fd)...: deployed at 0x0dFcccB95225ffB03c6FBB2559B530C2B7C8A912 with 169034 gas deploying "MultiSendCallOnly" (tx: 0xb4d259823209bdb6e9c03d755afa51e73724657c6be85bfec711851aabfdeaf1)...: deployed at 0xf220D3b4DFb23C4ade8C88E526C1353AbAcbC38F with 138091 gas deploying "SignMessageLib" (tx: 0x8d6ef40756c41dfaf090f3d8c0572ac46105e52c27191f2c4e2713711d12e3a1)...: deployed at 0x357147caf9C0cCa67DfA0CF5369318d8193c8407 with 138609 gas deploying "GnosisSafeL2" (tx: 0x81d5f373a6b6a6c9376178d3067fac2350298595f61b9abcfc8d614931219fcf)...: deployed at 0x1727c2c531cf966f902E5927b98490fDFb3b2b70 with 166904 gas deploying "GnosisSafe" (tx: 0x7958346f987ced7b644daaa1ce855189d315dc07a865daf20ae455a4ca376267)...: deployed at 0xB00ce5CCcdEf57e539ddcEd01DF43a13855d9910 with 166560 gas ``` --- src/assets/v1.3.0/compatibility_fallback_handler.json | 1 + src/assets/v1.3.0/create_call.json | 1 + src/assets/v1.3.0/gnosis_safe.json | 1 + src/assets/v1.3.0/gnosis_safe_l2.json | 1 + src/assets/v1.3.0/multi_send.json | 1 + src/assets/v1.3.0/multi_send_call_only.json | 1 + src/assets/v1.3.0/proxy_factory.json | 1 + src/assets/v1.3.0/sign_message_lib.json | 1 + src/assets/v1.3.0/simulate_tx_accessor.json | 1 + 9 files changed, 9 insertions(+) diff --git a/src/assets/v1.3.0/compatibility_fallback_handler.json b/src/assets/v1.3.0/compatibility_fallback_handler.json index 5498240df..21a9c7d94 100644 --- a/src/assets/v1.3.0/compatibility_fallback_handler.json +++ b/src/assets/v1.3.0/compatibility_fallback_handler.json @@ -269,6 +269,7 @@ "808813": "eip155", "810180": "zksync", "978657": "canonical", + "4457845": "zksync", "6038361": ["eip155", "canonical"], "7225878": "eip155", "7777777": ["canonical", "eip155"], diff --git a/src/assets/v1.3.0/create_call.json b/src/assets/v1.3.0/create_call.json index 5519ad83e..49fb0ac8a 100644 --- a/src/assets/v1.3.0/create_call.json +++ b/src/assets/v1.3.0/create_call.json @@ -269,6 +269,7 @@ "808813": "eip155", "810180": "zksync", "978657": "canonical", + "4457845": "zksync", "6038361": ["eip155", "canonical"], "7225878": "eip155", "7777777": ["canonical", "eip155"], diff --git a/src/assets/v1.3.0/gnosis_safe.json b/src/assets/v1.3.0/gnosis_safe.json index 00cbd3098..a8fb71aaf 100644 --- a/src/assets/v1.3.0/gnosis_safe.json +++ b/src/assets/v1.3.0/gnosis_safe.json @@ -269,6 +269,7 @@ "808813": "eip155", "810180": "zksync", "978657": "canonical", + "4457845": "zksync", "6038361": ["eip155", "canonical"], "7225878": "eip155", "7777777": ["canonical", "eip155"], diff --git a/src/assets/v1.3.0/gnosis_safe_l2.json b/src/assets/v1.3.0/gnosis_safe_l2.json index 3b0b644e2..097f14e5e 100644 --- a/src/assets/v1.3.0/gnosis_safe_l2.json +++ b/src/assets/v1.3.0/gnosis_safe_l2.json @@ -269,6 +269,7 @@ "808813": "eip155", "810180": "zksync", "978657": "canonical", + "4457845": "zksync", "6038361": ["eip155", "canonical"], "7225878": "eip155", "7777777": ["canonical", "eip155"], diff --git a/src/assets/v1.3.0/multi_send.json b/src/assets/v1.3.0/multi_send.json index 75781f18d..67ccb4275 100644 --- a/src/assets/v1.3.0/multi_send.json +++ b/src/assets/v1.3.0/multi_send.json @@ -269,6 +269,7 @@ "808813": "eip155", "810180": "zksync", "978657": "canonical", + "4457845": "zksync", "6038361": ["eip155", "canonical"], "7225878": "eip155", "7777777": ["canonical", "eip155"], diff --git a/src/assets/v1.3.0/multi_send_call_only.json b/src/assets/v1.3.0/multi_send_call_only.json index 9c891089f..6164a1e75 100644 --- a/src/assets/v1.3.0/multi_send_call_only.json +++ b/src/assets/v1.3.0/multi_send_call_only.json @@ -269,6 +269,7 @@ "808813": "eip155", "810180": "zksync", "978657": "canonical", + "4457845": "zksync", "6038361": ["eip155", "canonical"], "7225878": "eip155", "7777777": ["canonical", "eip155"], diff --git a/src/assets/v1.3.0/proxy_factory.json b/src/assets/v1.3.0/proxy_factory.json index 870f6ac65..39d5bf277 100644 --- a/src/assets/v1.3.0/proxy_factory.json +++ b/src/assets/v1.3.0/proxy_factory.json @@ -269,6 +269,7 @@ "808813": "eip155", "810180": "zksync", "978657": "canonical", + "4457845": "zksync", "6038361": ["eip155", "canonical"], "7225878": "eip155", "7777777": ["canonical", "eip155"], diff --git a/src/assets/v1.3.0/sign_message_lib.json b/src/assets/v1.3.0/sign_message_lib.json index 8a3e305de..703db9314 100644 --- a/src/assets/v1.3.0/sign_message_lib.json +++ b/src/assets/v1.3.0/sign_message_lib.json @@ -269,6 +269,7 @@ "808813": "eip155", "810180": "zksync", "978657": "canonical", + "4457845": "zksync", "6038361": ["eip155", "canonical"], "7225878": "eip155", "7777777": ["canonical", "eip155"], diff --git a/src/assets/v1.3.0/simulate_tx_accessor.json b/src/assets/v1.3.0/simulate_tx_accessor.json index f0700ee60..3d15d75a0 100644 --- a/src/assets/v1.3.0/simulate_tx_accessor.json +++ b/src/assets/v1.3.0/simulate_tx_accessor.json @@ -269,6 +269,7 @@ "808813": "eip155", "810180": "zksync", "978657": "canonical", + "4457845": "zksync", "6038361": ["eip155", "canonical"], "7225878": "eip155", "7777777": ["canonical", "eip155"],