We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770b76e commit 327a6f9Copy full SHA for 327a6f9
script/deploy/mainnet/M2_Mainnet_Upgrade.s.sol
@@ -135,8 +135,8 @@ contract M2_Mainnet_Upgrade is ExistingDeploymentParser {
135
contract Queue_M2_Upgrade is M2_Mainnet_Upgrade, TimelockEncoding {
136
Vm cheats = Vm(HEVM_ADDRESS);
137
138
- // Thurs Apr 04 2024 12:00:00 GMT-0700 (Pacific Daylight Time)
139
- uint256 timelockEta = 1712214000;
+ // Thurs Apr 08 2024 12:00:00 GMT-0700 (Pacific Daylight Time)
+ uint256 timelockEta = 1712559600;
140
141
function test_queueUpgrade() external {
142
_parseDeployedContracts("script/output/mainnet/M2_mainnet_upgrade.output.json");
0 commit comments