Skip to content

Commit

Permalink
add ethereum config
Browse files Browse the repository at this point in the history
  • Loading branch information
zkbenny committed Mar 1, 2024
1 parent 4efacb7 commit a38ddeb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions script/ChainConfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"ETHEREUM": {
"eth": true
},
"SCROLL": {
"eth": true,
"l2Gateway": {
Expand Down Expand Up @@ -84,6 +87,12 @@
"initializeParams": []
}
},
"GOERLI": {
"eth": true
},
"SEPOLIA": {
"eth": true
},
"ZKSYNCTEST": {
"eth": true,
"l2Gateway": {
Expand Down

0 comments on commit a38ddeb

Please sign in to comment.