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 c50597c commit fdcf912Copy full SHA for fdcf912
packages/core/src/governor.ts
@@ -16,7 +16,7 @@ export const defaults: Required<GovernorOptions> = {
16
17
votes: 'erc20votes',
18
timelock: 'openzeppelin',
19
- blockTime: 13.2,
+ blockTime: 12,
20
decimals: 18,
21
proposalThreshold: '0',
22
quorumMode: 'percent',
0 commit comments