|
@@ -134,6 +134,7 @@ For 3) we will use GovernorCountingSimple, a module that offers 3 options to vot
|
|
|
Besides these modules, Governor itself has some parameters we must set.
|
|
|
|
|
|
votingDelay: How long after a proposal is created should voting power be fixed. A large voting delay gives users time to unstake tokens if necessary.
|
|
|
+
|
|
|
votingPeriod: How long does a proposal remain open to votes.
|
|
|
|
|
|
These parameters are specified in number of blocks. Assuming block time of around 13.14 seconds, we will set votingDelay = 1 day = 6570 blocks, and votingPeriod = 1 week = 45992 blocks.
|