Skip to content

Commit

Permalink
Merge branch 'fix-remindoor' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
GalloDaSballo committed Jul 1, 2022
2 parents 67c37b4 + 355c339 commit dbf54ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/RewardsManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ contract RewardsManager is ReentrancyGuard {

using SafeERC20 for IERC20;

uint256 public DEPLOY_TIME; // NOTE: Must be `immutable`, remove `immutable` for coverage report
uint256 public immutable DEPLOY_TIME; // NOTE: Must be `immutable`, remove `immutable` for coverage report
uint256 public constant SECONDS_PER_EPOCH = 604800; // One epoch is one week
// This allows to specify rewards on a per week basis, making it easier to interact with contract

Expand Down

0 comments on commit dbf54ac

Please sign in to comment.