Skip to content

Commit

Permalink
chore: updated events
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrajath committed Nov 15, 2024
1 parent 7ffe671 commit 25a3eae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/events/IServiceManagerBaseEvents.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ interface IServiceManagerBaseEvents {
uint32 oldActivationDelay,
uint32 newActivationDelay
);
event GlobalCommissionBipsSet(
uint16 oldGlobalCommissionBips,
uint16 newGlobalCommissionBips
event DefaultOperatorSplitBipsSet(
uint16 oldDefaultOperatorSplitBips,
uint16 newDefaultOperatorSplitBips
);
event ClaimerForSet(
address indexed earner,
Expand Down

0 comments on commit 25a3eae

Please sign in to comment.