We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14b409 commit a055392Copy full SHA for a055392
contracts/StakeManager.sol
@@ -35,7 +35,7 @@ contract StakeManager is Ownable {
35
36
uint256 public constant EPOCH_SIZE = 1 weeks;
37
uint256 public constant YEAR = 365 days;
38
- uint256 public constant MIN_LOCKUP_PERIOD = 12 weeks; // 3 months
+ uint256 public constant MIN_LOCKUP_PERIOD = 2 weeks;
39
uint256 public constant MAX_LOCKUP_PERIOD = 4 * YEAR; // 4 years
40
uint256 public constant MP_APY = 1;
41
uint256 public constant MAX_BOOST = 4;
0 commit comments