Skip to content

Commit

Permalink
contracts-bedrock: fix missing bracket in L2Genesis.s.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfuturistic committed Mar 22, 2024
1 parent 97255d1 commit 37e0582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts-bedrock/scripts/L2Genesis.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ contract L2Genesis is Script, Artifacts {
/// This contract has no initializer.
function _setCrossL2Inbox() internal {
_setImplementationCode(Predeploys.CROSS_L2_INBOX, "CrossL2Inbox");
}

/// @notice This predeploy is following the saftey invariant #1.
/// This contract has no initializer.
Expand Down

0 comments on commit 37e0582

Please sign in to comment.