Skip to content

Commit

Permalink
fix: timelock setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhanai committed Jul 22, 2024
1 parent 70e0e76 commit 52fbe21
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions script/PWNTimelock.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,7 @@ forge script script/PWNTimelock.s.sol:Setup \
timelock.scheduleAndExecute(
GnosisSafeLike(deployment.daoSafe),
address(timelock),
abi.encodeWithSelector(
TimelockController.schedule.selector,
address(timelock), 0, abi.encodeWithSignature("updateDelay(uint256)", minDelay), 0, 0, 0
)
abi.encodeWithSignature("updateDelay(uint256)", minDelay)
);

console2.log("Timelock min delay updated:", minDelay);
Expand Down

0 comments on commit 52fbe21

Please sign in to comment.