Skip to content

Commit

Permalink
Polygon Migration Library Contracts (#795)
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: 137

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/polygon

Relevant information:
Only adding the library contracts.
  • Loading branch information
remedcu authored Sep 19, 2024
1 parent 09e8aa7 commit 52567e7
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 @@ -11,6 +11,7 @@
"networkAddresses": {
"1": "canonical",
"56": "canonical",
"137": "canonical",
"196": "canonical",
"1101": "canonical",
"1337": "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 @@ -11,6 +11,7 @@
"networkAddresses": {
"1": "canonical",
"56": "canonical",
"137": "canonical",
"196": "canonical",
"1101": "canonical",
"1337": "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 @@ -11,6 +11,7 @@
"networkAddresses": {
"1": "canonical",
"56": "canonical",
"137": "canonical",
"196": "canonical",
"1101": "canonical",
"1337": "canonical",
Expand Down

0 comments on commit 52567e7

Please sign in to comment.