Skip to content

Commit

Permalink
Update proposal voting time to 2000
Browse files Browse the repository at this point in the history
  • Loading branch information
tensojka committed Sep 28, 2023
1 parent bcae7af commit ce91a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.cairo
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit ce91a66

Please sign in to comment.