Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/clement/simple-harvester-v2' int…
Browse files Browse the repository at this point in the history
…o clement/simple-harvester-v2
  • Loading branch information
naddison36 committed Feb 4, 2025
2 parents db5b054 + 5e7f623 commit 2ee3f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/contracts/harvest/OETHHarvesterSimple.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ contract OETHHarvesterSimple is Initializable, Strategizable {
////////////////////////////////////////////////////
/// --- STORAGE
////////////////////////////////////////////////////
/// @notice Gap for upgrade safety
uint256[50] private ___gap;

/// @notice Dripper address
address public dripper;

/// @notice Mapping of supported strategies
mapping(address => bool) public supportedStrategies;

/// @notice Gap for upgrade safety
uint256[48] private ___gap;

////////////////////////////////////////////////////
/// --- EVENTS
////////////////////////////////////////////////////
Expand Down

0 comments on commit 2ee3f5f

Please sign in to comment.