Skip to content

Commit

Permalink
Update FraxUnifiedFarmTemplate.sol
Browse files Browse the repository at this point in the history
1 -> 3 years max lock
  • Loading branch information
FortisFortuna authored Jan 6, 2023
1 parent 2e33ef0 commit 4d0cd03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hardhat/contracts/Staking/FraxUnifiedFarmTemplate.sol
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ contract FraxUnifiedFarmTemplate is Owned, ReentrancyGuard {

// Lock time and multiplier settings
uint256 public lock_max_multiplier = uint256(2e18); // E18. 1x = e18
uint256 public lock_time_for_max_multiplier = 1 * 365 * 86400; // 1 year
uint256 public lock_time_for_max_multiplier = 1 * 1095 * 86400; // 3 years
// uint256 public lock_time_for_max_multiplier = 2 * 86400; // 2 days
uint256 public lock_time_min = 594000; // 6.875 * 86400 (~7 day)

Expand Down Expand Up @@ -735,4 +735,4 @@ contract FraxUnifiedFarmTemplate is Owned, ReentrancyGuard {
// ,--'/` '
//
// [hjw] https://textart.io/art/vw6Sa3iwqIRGkZsN1BC2vweF/chicken
}
}

0 comments on commit 4d0cd03

Please sign in to comment.