Skip to content

Commit ab90ff2

Browse files
committed
set sonic timelockController minDelay to 1 day
1 parent 0d8a56f commit ab90ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper-hardhat-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export const networkConfig: networkConfigInfo = {
296296
blockConfirmations: 2,
297297
longBlockConfirmations: 3,
298298
timelock: {
299-
minDelay: 600,//24 * 60 * 60, // 1 day in seconds
299+
minDelay: 24 * 60 * 60, // 1 day in seconds
300300
proposers: ["0x507e48b87a50d323073c8EFA727B2d696E528EaB"], // sonic multisig
301301
executors: ["0x507e48b87a50d323073c8EFA727B2d696E528EaB"], // sonic multisig
302302
},

0 commit comments

Comments
 (0)