Skip to content

Commit

Permalink
rm rest of keeper
Browse files Browse the repository at this point in the history
  • Loading branch information
teddy-nodeset committed Apr 16, 2024
1 parent dd4291a commit 776e338
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/FundRouter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ import './Utils/Constants.sol';
contract FundRouter is UpgradeableBase {
using Math for uint256;

uint256 public claimingIncentive;

constructor() initializer {
claimingIncentive = 0.01e5;
}

/// @dev Initializes the FundRouter contract with the specified directory address.
Expand Down

0 comments on commit 776e338

Please sign in to comment.