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 364b196 commit da461c6Copy full SHA for da461c6
contracts/Governor.sol
@@ -35,7 +35,7 @@ contract RootDao is
35
address initialOwner
36
) public initializer {
37
__Governor_init("RootDao");
38
- __GovernorSettings_init(1 /* 1 day */, 60 /* 1 week */, 10 * 10 ** 18);
+ __GovernorSettings_init(1 /* 1 block */, 60 /* 30 minutes */, 10 * 10 ** 18);
39
__GovernorCountingSimple_init();
40
__GovernorStorage_init();
41
__GovernorVotes_init(voteToken);
0 commit comments