Skip to content

Commit

Permalink
feat: add 5ireChain mainnet (#825)
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. This entire paragraph should be deleted.

Please fill the following form:

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

Provide RPC URL for the chain (should be able to query atleast 10
requests per minute for automatic PR check).
- RPC_URL: https://rpc.5ire.network

Relevant information:
Add any other relevant information like blockexplorer, any annotation...
Blockexplorer: https://5irescan.io

---------

Signed-off-by: dung5ire <[email protected]>
  • Loading branch information
dung5ire authored Oct 16, 2024
1 parent 9076b90 commit 9c2cb23
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/v1.4.1/compatibility_fallback_handler.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"690": "canonical",
"919": "canonical",
"970": "canonical",
"995": "canonical",
"1030": "canonical",
"1101": "canonical",
"1111": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/create_call.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"690": "canonical",
"919": "canonical",
"970": "canonical",
"995": "canonical",
"1030": "canonical",
"1101": "canonical",
"1111": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/multi_send.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"690": "canonical",
"919": "canonical",
"970": "canonical",
"995": "canonical",
"1030": "canonical",
"1101": "canonical",
"1111": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/multi_send_call_only.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"690": "canonical",
"919": "canonical",
"970": "canonical",
"995": "canonical",
"1030": "canonical",
"1101": "canonical",
"1111": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/safe.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"690": "canonical",
"919": "canonical",
"970": "canonical",
"995": "canonical",
"1030": "canonical",
"1101": "canonical",
"1111": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/safe_l2.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"690": "canonical",
"919": "canonical",
"970": "canonical",
"995": "canonical",
"1030": "canonical",
"1101": "canonical",
"1111": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/safe_migration.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"196": "canonical",
"480": "canonical",
"970": "canonical",
"995": "canonical",
"1101": "canonical",
"1337": "canonical",
"5000": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/safe_proxy_factory.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"690": "canonical",
"919": "canonical",
"970": "canonical",
"995": "canonical",
"1030": "canonical",
"1101": "canonical",
"1111": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/safe_to_l2_migration.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"196": "canonical",
"480": "canonical",
"970": "canonical",
"995": "canonical",
"1101": "canonical",
"1337": "canonical",
"5000": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/safe_to_l2_setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"196": "canonical",
"480": "canonical",
"970": "canonical",
"995": "canonical",
"1101": "canonical",
"1337": "canonical",
"5000": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/sign_message_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"690": "canonical",
"919": "canonical",
"970": "canonical",
"995": "canonical",
"1030": "canonical",
"1101": "canonical",
"1111": "canonical",
Expand Down
1 change: 1 addition & 0 deletions src/assets/v1.4.1/simulate_tx_accessor.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"690": "canonical",
"919": "canonical",
"970": "canonical",
"995": "canonical",
"1030": "canonical",
"1101": "canonical",
"1111": "canonical",
Expand Down

0 comments on commit 9c2cb23

Please sign in to comment.