Skip to content

Commit fdcf912

Browse files
authored
Reduce default block time to 12
1 parent c50597c commit fdcf912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/governor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const defaults: Required<GovernorOptions> = {
1616

1717
votes: 'erc20votes',
1818
timelock: 'openzeppelin',
19-
blockTime: 13.2,
19+
blockTime: 12,
2020
decimals: 18,
2121
proposalThreshold: '0',
2222
quorumMode: 'percent',

0 commit comments

Comments
 (0)