Skip to content

Commit

Permalink
Merge pull request #49 from lightlink-network/update-legacyERC20ETH-a…
Browse files Browse the repository at this point in the history
…ddress

chore: Update L2Genesis contract to use a specific address for _legac…
  • Loading branch information
Sledro authored Sep 4, 2024
2 parents 7df9bd1 + f617e7e commit d676c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/forge/L2Genesis.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ contract L2Genesis is Deployer {

L2StandardBridge(payable(Predeploys.L2_STANDARD_BRIDGE)).initialize({
_otherBridge: L1StandardBridge(_l1StandardBridgeProxy),
_legacyERC20ETH: address(0)
_legacyERC20ETH: address(0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000)
});
}

Expand Down

0 comments on commit d676c96

Please sign in to comment.