Skip to content

Commit

Permalink
index reward token address in events
Browse files Browse the repository at this point in the history
  • Loading branch information
bout3fiddy committed Jan 9, 2025
1 parent a599668 commit 8abdaec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/implementations/ChildGauge.vy
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ event Withdraw:
value: uint256

event AddReward:
reward: address
reward: indexed(address)
index: uint256

event SetDistributor:
reward: address
reward: indexed(address)
distributor: address

event SetKilled:
Expand Down

0 comments on commit 8abdaec

Please sign in to comment.