Skip to content

Commit

Permalink
Merge branch 'preconfirmations' of github.com:taikoxyz/taiko-mono int…
Browse files Browse the repository at this point in the history
…o preconfirmations
  • Loading branch information
cyberhorsey committed Jul 3, 2024
2 parents 63ba193 + f4e602a commit 2052946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/script/DeployOnL1.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ contract DeployOnL1 is DeployCapability {
impl: address(new TaikoToken()),
data: abi.encodeCall(
TaikoToken.init, (owner, vm.envAddress("TAIKO_TOKEN_PREMINT_RECIPIENT"))
),
),
registerTo: sharedAddressManager
});
}
Expand Down Expand Up @@ -262,7 +262,7 @@ contract DeployOnL1 is DeployCapability {
vm.envBytes32("L2_GENESIS_HASH"),
vm.envBool("PAUSE_TAIKO_L1")
)
),
),
registerTo: rollupAddressManager
});

Expand Down

0 comments on commit 2052946

Please sign in to comment.