Skip to content

Commit

Permalink
chore: add OORT testnet (#860)
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: 9700

Provide RPC URL for the chain (should be able to query atleast 3+
requests per second for automatic PR check).
- RPC_URL: https://dev-rpc.oortech.com

Relevant information:
Add any other relevant information like blockexplorer, any annotation...

``` 
ts-node scripts/review/verifyDeployment.ts --rpc https://dev-rpc.oortech.com --version v1.4.1 --chainId 9700
Done in 25.00s. 
```
  • Loading branch information
molecula451 authored Nov 4, 2024
1 parent 669a709 commit eb2be45
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 @@ -92,6 +92,7 @@
"8194": "canonical",
"8453": "canonical",
"9001": "canonical",
"9700": "canonical",
"10081": "canonical",
"10242": "canonical",
"10243": "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 @@ -92,6 +92,7 @@
"8194": "canonical",
"8453": "canonical",
"9001": "canonical",
"9700": "canonical",
"10081": "canonical",
"10242": "canonical",
"10243": "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 @@ -92,6 +92,7 @@
"8194": "canonical",
"8453": "canonical",
"9001": "canonical",
"9700": "canonical",
"10081": "canonical",
"10242": "canonical",
"10243": "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 @@ -92,6 +92,7 @@
"8194": "canonical",
"8453": "canonical",
"9001": "canonical",
"9700": "canonical",
"10081": "canonical",
"10242": "canonical",
"10243": "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 @@ -92,6 +92,7 @@
"8194": "canonical",
"8453": "canonical",
"9001": "canonical",
"9700": "canonical",
"10081": "canonical",
"10242": "canonical",
"10243": "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 @@ -92,6 +92,7 @@
"8194": "canonical",
"8453": "canonical",
"9001": "canonical",
"9700": "canonical",
"10081": "canonical",
"10242": "canonical",
"10243": "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 @@ -28,6 +28,7 @@
"5000": "canonical",
"5115": "canonical",
"8453": "canonical",
"9700": "canonical",
"10081": "canonical",
"13746": "canonical",
"42161": "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 @@ -92,6 +92,7 @@
"8194": "canonical",
"8453": "canonical",
"9001": "canonical",
"9700": "canonical",
"10081": "canonical",
"10242": "canonical",
"10243": "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 @@ -28,6 +28,7 @@
"5000": "canonical",
"5115": "canonical",
"8453": "canonical",
"9700": "canonical",
"10081": "canonical",
"13746": "canonical",
"42161": "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 @@ -28,6 +28,7 @@
"5000": "canonical",
"5115": "canonical",
"8453": "canonical",
"9700": "canonical",
"10081": "canonical",
"13746": "canonical",
"42161": "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 @@ -92,6 +92,7 @@
"8194": "canonical",
"8453": "canonical",
"9001": "canonical",
"9700": "canonical",
"10081": "canonical",
"10242": "canonical",
"10243": "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 @@ -92,6 +92,7 @@
"8194": "canonical",
"8453": "canonical",
"9001": "canonical",
"9700": "canonical",
"10081": "canonical",
"10242": "canonical",
"10243": "canonical",
Expand Down

0 comments on commit eb2be45

Please sign in to comment.