This commit is contained in:
Ricardo Guilherme Schmidt 2024-02-22 18:47:04 -03:00
parent 06456b14ba
commit 10b3a2f05d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ contract StakeManager is Ownable {
uint256 public constant EPOCH_SIZE = 1 weeks;
uint256 public constant YEAR = 365 days;
uint256 public constant MIN_LOCKUP_PERIOD = 2 weeks;
uint256 public constant MIN_LOCKUP_PERIOD = 2 weeks;
uint256 public constant MAX_LOCKUP_PERIOD = 4 * YEAR; // 4 years
uint256 public constant MP_APY = 1;
uint256 public constant MAX_BOOST = 4;