Skip to content

Commit

Permalink
Merge pull request #16 from zkLinkProtocol/issues_15
Browse files Browse the repository at this point in the history
add scroll chainConfig
  • Loading branch information
zkJoaquin authored Feb 4, 2024
2 parents 35ceac2 + 9cdee9e commit 8d1c1d8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions script/ChainConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@
}
},
"SCROLLTEST": {
"l2Gateway": {
"contractName": "ScrollL2Gateway",
"initializeParams": [
"0xBa50f5340FB9F3Bd074bD638c9BE13eCB36E603d"
]
},
"l1Gateway": {
"netName": "SEPOLIA",
"contractName": "ScrollL1Gateway",
"initializeParams": [
"0x50c7d3e7f7c656493D1D76aaa1a836CedfCBB16A"
]
}
},
"ZKPOLYGONTEST": {
},
Expand Down

0 comments on commit 8d1c1d8

Please sign in to comment.