From fc2699463f2c5257d26df642c77732d85a641601 Mon Sep 17 00:00:00 2001 From: Nicolas Villanueva <1890113+MexicanAce@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:19:42 +0000 Subject: [PATCH] Update src/helpers/TimestampAsserterLocator.sol --- src/helpers/TimestampAsserterLocator.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/TimestampAsserterLocator.sol b/src/helpers/TimestampAsserterLocator.sol index 328e8640..f01a666b 100644 --- a/src/helpers/TimestampAsserterLocator.sol +++ b/src/helpers/TimestampAsserterLocator.sol @@ -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");