Skip to content

Commit

Permalink
Merge pull request #1058 from matter-labs/ivan/add-deploy-timestamp-a…
Browse files Browse the repository at this point in the history
…sserter-command

fix: add deploy timestamp asserter command
  • Loading branch information
ischasny authored Nov 11, 2024
2 parents 9fb1264 + 46d7508 commit 658713f
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 658713f

Please sign in to comment.