Skip to content

Commit

Permalink
feat: filecoin migration contracts (#874)
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: 314

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

Relevant information:
Adding 1.4.1 migration contracts for filecoin:
- SafeToL2Setup:
[0xBD89A1CE4DDe368FFAB0eC35506eEcE0b1fFdc54](https://filecoin.blockscout.com/address/0xBD89A1CE4DDe368FFAB0eC35506eEcE0b1fFdc54)
- SafeToL2Migration:
[0xfF83F6335d8930cBad1c0D439A841f01888D9f69](https://filecoin.blockscout.com/address/0xfF83F6335d8930cBad1c0D439A841f01888D9f69)
- SafeMigration:
[0x526643F69b81B008F46d95CD5ced5eC0edFFDaC6](https://filecoin.blockscout.com/address/0x526643F69b81B008F46d95CD5ced5eC0edFFDaC6)
  • Loading branch information
msvstj authored Nov 21, 2024
1 parent ad71e67 commit df7e1c0
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 @@ -17,6 +17,7 @@
"100": "canonical",
"137": "canonical",
"196": "canonical",
"314": "canonical",
"480": "canonical",
"970": "canonical",
"995": "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 @@ -17,6 +17,7 @@
"100": "canonical",
"137": "canonical",
"196": "canonical",
"314": "canonical",
"480": "canonical",
"970": "canonical",
"995": "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 @@ -17,6 +17,7 @@
"100": "canonical",
"137": "canonical",
"196": "canonical",
"314": "canonical",
"480": "canonical",
"970": "canonical",
"995": "canonical",
Expand Down

0 comments on commit df7e1c0

Please sign in to comment.