change quorum (proposal 41)

This commit is contained in:
ButterflyEffect 2023-12-19 17:39:47 +00:00
parent d9d32f54a5
commit 820a651615

View File

@ -37,7 +37,7 @@ const state = () => {
EXECUTION_DELAY: 172800,
EXECUTION_EXPIRATION: 259200,
PROPOSAL_THRESHOLD: '1000000000000000000000',
QUORUM_VOTES: '25000000000000000000000',
QUORUM_VOTES: '100000000000000000000000',
VOTING_PERIOD: 432000
}
}