Skip to content

Commit 0d461fb

Browse files
authored
fix: use correct blocktime (#1147)
1 parent 80910ff commit 0d461fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/governance/utils/formatProposal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function formatProposal(proposal: Omit<Proposal, 'values'>) {
4848
};
4949
}
5050

51-
const averageBlockTime = 14;
51+
const averageBlockTime = 12;
5252

5353
export async function enhanceProposalWithTimes(proposal: Omit<Proposal, 'values'>) {
5454
const provider = getProvider(ChainId.mainnet);

0 commit comments

Comments
 (0)