Lower length of an epoch to 10 days

This commit is contained in:
Amir Bandeali
2019-09-19 21:08:35 -07:00
parent a340c817c9
commit f9b593da59

View File

@@ -130,7 +130,7 @@ contract MixinParams is
// Set up defaults. // Set up defaults.
// These cannot be set to variables, or we go over the stack variable limit. // These cannot be set to variables, or we go over the stack variable limit.
_setParams( _setParams(
2 weeks, // epochDurationInSeconds 10 days, // epochDurationInSeconds
(90 * PPM_DENOMINATOR) / 100, // rewardDelegatedStakeWeight (90 * PPM_DENOMINATOR) / 100, // rewardDelegatedStakeWeight
100 * MIN_TOKEN_VALUE, // minimumPoolStake 100 * MIN_TOKEN_VALUE, // minimumPoolStake
10, // maximumMakersInPool 10, // maximumMakersInPool