Skip to content

Commit

Permalink
Optimism Mainnet Library Contracts (#791)
Browse files Browse the repository at this point in the history
## Add new chain

Please fill the following form:

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

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

Relevant information:
Only adding the library contracts.
  • Loading branch information
remedcu committed Sep 19, 2024
1 parent 52567e7 commit 25ed18c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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 @@ -10,6 +10,7 @@
},
"networkAddresses": {
"1": "canonical",
"10": "canonical",
"56": "canonical",
"137": "canonical",
"196": "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 @@ -10,6 +10,7 @@
},
"networkAddresses": {
"1": "canonical",
"10": "canonical",
"56": "canonical",
"137": "canonical",
"196": "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 @@ -10,6 +10,7 @@
},
"networkAddresses": {
"1": "canonical",
"10": "canonical",
"56": "canonical",
"137": "canonical",
"196": "canonical",
Expand Down

0 comments on commit 25ed18c

Please sign in to comment.