diff --git a/packages/evm/contracts/BoostCore.sol b/packages/evm/contracts/BoostCore.sol index d2509fce..0f8bd73b 100644 --- a/packages/evm/contracts/BoostCore.sol +++ b/packages/evm/contracts/BoostCore.sol @@ -43,6 +43,7 @@ contract BoostCore is Ownable, ReentrancyGuard { uint256 indexed boostIndex, address indexed owner, address indexed action, + uint256 incentiveCount, address validator, address allowList, address budget @@ -134,6 +135,7 @@ contract BoostCore is Ownable, ReentrancyGuard { _boosts.length - 1, boost.owner, address(boost.action), + boost.incentives.length, address(boost.validator), address(boost.allowList), address(boost.budget)