Skip to content

Commit cbb96c0

Browse files
Feat: add ver 1.3.0 safe-contracts on Zero Network Mainnet (#942)
## 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: 543210 Provide RPC URL for the chain (should be able to query atleast 10 requests per minute for automatic PR check). - RPC_URL: https://zero-network.calderachain.xyz/ Relevant information: Add any other relevant information like blockexplorer, any annotation... - block-explorer: https://zerion-explorer.vercel.app/
1 parent 5db69b9 commit cbb96c0

9 files changed

+9
-0
lines changed

src/assets/v1.3.0/compatibility_fallback_handler.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
"534351": ["canonical", "eip155"],
285285
"534352": ["canonical", "eip155"],
286286
"534353": "eip155",
287+
"543210": "zksync",
287288
"555666": "canonical",
288289
"622277": "canonical",
289290
"656476": ["eip155", "canonical"],

src/assets/v1.3.0/create_call.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
"534351": ["canonical", "eip155"],
285285
"534352": ["canonical", "eip155"],
286286
"534353": "eip155",
287+
"543210": "zksync",
287288
"555666": "canonical",
288289
"622277": "canonical",
289290
"656476": ["eip155", "canonical"],

src/assets/v1.3.0/gnosis_safe.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
"534351": ["canonical", "eip155"],
285285
"534352": ["canonical", "eip155"],
286286
"534353": "eip155",
287+
"543210": "zksync",
287288
"555666": "canonical",
288289
"622277": "canonical",
289290
"656476": ["eip155", "canonical"],

src/assets/v1.3.0/gnosis_safe_l2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
"534351": ["canonical", "eip155"],
285285
"534352": ["canonical", "eip155"],
286286
"534353": "eip155",
287+
"543210": "zksync",
287288
"555666": "canonical",
288289
"622277": "canonical",
289290
"656476": ["eip155", "canonical"],

src/assets/v1.3.0/multi_send.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
"534351": ["canonical", "eip155"],
285285
"534352": ["canonical", "eip155"],
286286
"534353": "eip155",
287+
"543210": "zksync",
287288
"555666": "canonical",
288289
"622277": "canonical",
289290
"656476": ["eip155", "canonical"],

src/assets/v1.3.0/multi_send_call_only.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
"534351": ["canonical", "eip155"],
285285
"534352": ["canonical", "eip155"],
286286
"534353": "eip155",
287+
"543210": "zksync",
287288
"555666": "canonical",
288289
"622277": "canonical",
289290
"656476": ["eip155", "canonical"],

src/assets/v1.3.0/proxy_factory.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
"534351": ["canonical", "eip155"],
285285
"534352": ["canonical", "eip155"],
286286
"534353": "eip155",
287+
"543210": "zksync",
287288
"555666": "canonical",
288289
"622277": "canonical",
289290
"656476": ["eip155", "canonical"],

src/assets/v1.3.0/sign_message_lib.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
"534351": ["canonical", "eip155"],
285285
"534352": ["canonical", "eip155"],
286286
"534353": "eip155",
287+
"543210": "zksync",
287288
"555666": "canonical",
288289
"622277": "canonical",
289290
"656476": ["eip155", "canonical"],

src/assets/v1.3.0/simulate_tx_accessor.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
"534351": ["canonical", "eip155"],
285285
"534352": ["canonical", "eip155"],
286286
"534353": "eip155",
287+
"543210": "zksync",
287288
"555666": "canonical",
288289
"622277": "canonical",
289290
"656476": ["eip155", "canonical"],

0 commit comments

Comments
 (0)