Skip to content

Commit

Permalink
fix: add deploy timestap asserter command
Browse files Browse the repository at this point in the history
  • Loading branch information
ischasny committed Nov 11, 2024
1 parent 9fb1264 commit b7b9f1b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions l1-contracts/deploy-scripts/DeployL2Contracts.sol
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,15 @@ contract DeployL2Script is Script {
saveOutput();
}

function runDeployTimestampAsserter() public {
initializeConfig();
loadContracts(false);

deployTimestampAsserter()();

saveOutput();
}

function loadContracts(bool legacyBridge) internal {
//HACK: Meanwhile we are not integrated foundry zksync we use contracts that has been built using hardhat
contracts.l2StandardErc20FactoryBytecode = Utils.readFoundryBytecode(
Expand Down

0 comments on commit b7b9f1b

Please sign in to comment.