Skip to content

Commit

Permalink
fix: remove unused events
Browse files Browse the repository at this point in the history
  • Loading branch information
alcueca committed Aug 16, 2021
1 parent aca5465 commit e223868
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/Strategy.sol
Expand Up @@ -26,8 +26,6 @@ contract Strategy is AccessControl, ERC20Rewards {
event NextPoolSet(IPool indexed pool, bytes6 indexed seriesId);
event PoolEnded(address pool);
event PoolStarted(address pool);
event Invest(uint256 minted);
event Divest(uint256 burnt);

IERC20 public immutable base; // Base token for this strategy
bytes6 public baseId; // Identifier for the base token in Yieldv2
Expand Down

0 comments on commit e223868

Please sign in to comment.