Skip to content

Commit

Permalink
Update src/helpers/TimestampAsserterLocator.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce authored Dec 11, 2024
1 parent 62e5838 commit fc26994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/TimestampAsserterLocator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ library TimestampAsserterLocator {
return ITimestampAsserter(address(0x00000000000000000000000000000000808012));
}
if (block.chainid == 300) {
return ITimestampAsserter(address(0xa64ec71ee812ac62923c85cf0796aa58573c4cf3));
return ITimestampAsserter(address(0xa64EC71Ee812ac62923c85cf0796aA58573c4Cf3));
}
if (block.chainid == 324) {
revert("Timestamp asserter is not deployed on ZKsync mainnet yet");
Expand Down

0 comments on commit fc26994

Please sign in to comment.