Skip to content

Commit

Permalink
add metis config
Browse files Browse the repository at this point in the history
  • Loading branch information
zkbenny committed Mar 30, 2024
1 parent 09c7ffc commit cb69ec8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions script/ChainConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,20 @@
"initializeParams": []
}
},
"METIS": {
"eth": false,
"l2Gateway": {
"contractName": "OptimismL2Gateway",
"constructParams": [],
"initializeParams": []
},
"l1Gateway": {
"netName": "ETHEREUM",
"contractName": "OptimismL1Gateway",
"constructParams": ["0x8bF439ef7167023F009E24b21719Ca5f768Ecb36"],
"initializeParams": []
}
},
"GOERLI": {
"eth": true
},
Expand Down

0 comments on commit cb69ec8

Please sign in to comment.