Skip to content

Commit 327a6f9

Browse files
committed
chore: appropriate timelock ETA
1 parent 770b76e commit 327a6f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/deploy/mainnet/M2_Mainnet_Upgrade.s.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ contract M2_Mainnet_Upgrade is ExistingDeploymentParser {
135135
contract Queue_M2_Upgrade is M2_Mainnet_Upgrade, TimelockEncoding {
136136
Vm cheats = Vm(HEVM_ADDRESS);
137137

138-
// Thurs Apr 04 2024 12:00:00 GMT-0700 (Pacific Daylight Time)
139-
uint256 timelockEta = 1712214000;
138+
// Thurs Apr 08 2024 12:00:00 GMT-0700 (Pacific Daylight Time)
139+
uint256 timelockEta = 1712559600;
140140

141141
function test_queueUpgrade() external {
142142
_parseDeployedContracts("script/output/mainnet/M2_mainnet_upgrade.output.json");

0 commit comments

Comments
 (0)