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 0d8a56f commit ab90ff2Copy full SHA for ab90ff2
helper-hardhat-config.ts
@@ -296,7 +296,7 @@ export const networkConfig: networkConfigInfo = {
296
blockConfirmations: 2,
297
longBlockConfirmations: 3,
298
timelock: {
299
- minDelay: 600,//24 * 60 * 60, // 1 day in seconds
+ minDelay: 24 * 60 * 60, // 1 day in seconds
300
proposers: ["0x507e48b87a50d323073c8EFA727B2d696E528EaB"], // sonic multisig
301
executors: ["0x507e48b87a50d323073c8EFA727B2d696E528EaB"], // sonic multisig
302
},
0 commit comments