Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
lower initial rewardsDuration to 30 days
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesondh committed Dec 8, 2021
1 parent 27361a5 commit 3ec9d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/StakingRewards.sol
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ contract StakingRewards is ReentrancyGuard, Pausable {
IERC20 public stakingToken;
uint256 public periodFinish = 0;
uint256 public rewardRate = 0;
uint256 public rewardsDuration = 365 days;
uint256 public rewardsDuration = 30 days;
uint256 public lastUpdateTime;
uint256 public rewardPerTokenStored;

Expand Down

0 comments on commit 3ec9d3b

Please sign in to comment.