From ce91a666c42dc87a171b9fc2ea6fdbe4f72ac1d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sojka?= Date: Thu, 28 Sep 2023 16:19:13 +0000 Subject: [PATCH] Update proposal voting time to 2000 --- src/constants.cairo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.cairo b/src/constants.cairo index e944d940..1e75463b 100644 --- a/src/constants.cairo +++ b/src/constants.cairo @@ -1,6 +1,6 @@ const NEW_PROPOSAL_QUORUM: u128 = 200; // 1/200 of totalSupply required to propose an upgrade. Quorums don't take into account investors. at all, they don't count into total eligible voters, but do vote -const PROPOSAL_VOTING_TIME_BLOCKS: u64 = 1500; +const PROPOSAL_VOTING_TIME_BLOCKS: u64 = 2000; const QUORUM: u128 = 10; // 1/10 of totalSupply required to participate to pass const MINUS_ONE: felt252 = 0x800000000000011000000000000000000000000000000000000000000000000; const TEAM_TOKEN_BALANCE: u128 = 1000000000000000000;