We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffe671 commit 25a3eaeCopy full SHA for 25a3eae
test/events/IServiceManagerBaseEvents.sol
@@ -34,9 +34,9 @@ interface IServiceManagerBaseEvents {
34
uint32 oldActivationDelay,
35
uint32 newActivationDelay
36
);
37
- event GlobalCommissionBipsSet(
38
- uint16 oldGlobalCommissionBips,
39
- uint16 newGlobalCommissionBips
+ event DefaultOperatorSplitBipsSet(
+ uint16 oldDefaultOperatorSplitBips,
+ uint16 newDefaultOperatorSplitBips
40
41
event ClaimerForSet(
42
address indexed earner,
0 commit comments