Skip to content

Commit

Permalink
Add Odyssey Testnet with Canonical Safe contracts (safe-global#887)
Browse files Browse the repository at this point in the history
## 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. The RPC will be taken from
[ethereum-lists/chains](https://github.com/ethereum-lists/chains). This
entire paragraph should be deleted.

Please fill the following form:

Provide the Chain ID (Only 1 chain id per PR).
- Chain_ID: 1516


Relevant information:
- PRC: https://odyssey.storyrpc.io
-Explorer: https://odyssey.storyscan.xyz/
  • Loading branch information
zlog-in authored Nov 28, 2024
1 parent b9f6dc1 commit 2c78516
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/assets/v1.3.0/compatibility_fallback_handler.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"1337": "eip155",
"1442": "eip155",
"1513": ["eip155", "canonical"],
"1516": "eip155",
"1516": ["eip155", "canonical"],
"1559": "eip155",
"1663": "eip155",
"1729": "canonical",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/v1.3.0/create_call.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"1337": "eip155",
"1442": "eip155",
"1513": ["eip155", "canonical"],
"1516": "eip155",
"1516": ["eip155", "canonical"],
"1559": "eip155",
"1663": "eip155",
"1729": "canonical",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/v1.3.0/gnosis_safe.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"1337": "eip155",
"1442": "eip155",
"1513": ["eip155", "canonical"],
"1516": "eip155",
"1516": ["eip155", "canonical"],
"1559": "eip155",
"1663": "eip155",
"1729": "canonical",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/v1.3.0/gnosis_safe_l2.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"1337": "eip155",
"1442": "eip155",
"1513": ["eip155", "canonical"],
"1516": "eip155",
"1516": ["eip155", "canonical"],
"1559": "eip155",
"1663": "eip155",
"1729": "canonical",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/v1.3.0/multi_send.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"1337": "eip155",
"1442": "eip155",
"1513": ["eip155", "canonical"],
"1516": "eip155",
"1516": ["eip155", "canonical"],
"1559": "eip155",
"1663": "eip155",
"1729": "canonical",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/v1.3.0/multi_send_call_only.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"1337": "eip155",
"1442": "eip155",
"1513": ["eip155", "canonical"],
"1516": "eip155",
"1516": ["eip155", "canonical"],
"1559": "eip155",
"1663": "eip155",
"1729": "canonical",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/v1.3.0/proxy_factory.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"1337": "eip155",
"1442": "eip155",
"1513": ["eip155", "canonical"],
"1516": "eip155",
"1516": ["eip155", "canonical"],
"1559": "eip155",
"1663": "eip155",
"1729": "canonical",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/v1.3.0/sign_message_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"1337": "eip155",
"1442": "eip155",
"1513": ["eip155", "canonical"],
"1516": "eip155",
"1516": ["eip155", "canonical"],
"1559": "eip155",
"1663": "eip155",
"1729": "canonical",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/v1.3.0/simulate_tx_accessor.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"1337": "eip155",
"1442": "eip155",
"1513": ["eip155", "canonical"],
"1516": "eip155",
"1516": ["eip155", "canonical"],
"1559": "eip155",
"1663": "eip155",
"1729": "canonical",
Expand Down

0 comments on commit 2c78516

Please sign in to comment.