Skip to content

Commit

Permalink
chore(evm): add incentive count to BoostCreated log
Browse files Browse the repository at this point in the history
  • Loading branch information
Quazia committed Sep 10, 2024
1 parent d6dd6fa commit d72600b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/evm/contracts/BoostCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit d72600b

Please sign in to comment.