Skip to content

Commit 25a3eae

Browse files
committed
chore: updated events
1 parent 7ffe671 commit 25a3eae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/events/IServiceManagerBaseEvents.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ interface IServiceManagerBaseEvents {
3434
uint32 oldActivationDelay,
3535
uint32 newActivationDelay
3636
);
37-
event GlobalCommissionBipsSet(
38-
uint16 oldGlobalCommissionBips,
39-
uint16 newGlobalCommissionBips
37+
event DefaultOperatorSplitBipsSet(
38+
uint16 oldDefaultOperatorSplitBips,
39+
uint16 newDefaultOperatorSplitBips
4040
);
4141
event ClaimerForSet(
4242
address indexed earner,

0 commit comments

Comments
 (0)