Skip to content

Commit

Permalink
Merge pull request #75 from zkLinkProtocol/add_blast_config
Browse files Browse the repository at this point in the history
add blast config
  • Loading branch information
zkbenny authored Mar 14, 2024
2 parents 8c03603 + f90bd4b commit b0164f4
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions script/ChainConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,20 @@
"initializeParams": []
}
},
"BLAST": {
"eth": true,
"l2Gateway": {
"contractName": "OptimismL2Gateway",
"constructParams": [],
"initializeParams": []
},
"l1Gateway": {
"netName": "ETHEREUM",
"contractName": "OptimismL1Gateway",
"constructParams": ["0x5D4472f31Bd9385709ec61305AFc749F0fA8e9d0"],
"initializeParams": []
}
},
"GOERLI": {
"eth": true
},
Expand Down Expand Up @@ -231,5 +245,19 @@
"constructParams": ["0x7Bfe603647d5380ED3909F6f87580D0Af1B228B4"],
"initializeParams": []
}
},
"BLASTTEST": {
"eth": true,
"l2Gateway": {
"contractName": "OptimismL2Gateway",
"constructParams": [],
"initializeParams": []
},
"l1Gateway": {
"netName": "SEPOLIA",
"contractName": "OptimismL1Gateway",
"constructParams": ["0x9338F298F29D3918D5D1Feb209aeB9915CC96333"],
"initializeParams": []
}
}
}

0 comments on commit b0164f4

Please sign in to comment.