File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,6 @@ interface IAVSDirectoryEvents is IAVSDirectoryTypes {
51
51
/// @notice Emitted when an AVS updates their metadata URI (Uniform Resource Identifier).
52
52
/// @dev The URI is never stored; it is simply emitted through an event for off-chain indexing.
53
53
event AVSMetadataURIUpdated (address indexed avs , string metadataURI );
54
-
55
- /// @notice Emitted when an AVS migrates to using operator sets.
56
- event AVSMigratedToOperatorSets (address indexed avs );
57
-
58
- /// @notice Emitted when an operator is migrated from M2 registration to operator sets.
59
- event OperatorMigratedToOperatorSets (address indexed operator , address indexed avs , uint32 [] operatorSetIds );
60
54
}
61
55
62
56
interface IAVSDirectory is IAVSDirectoryEvents , IAVSDirectoryErrors , ISignatureUtils {
You can’t perform that action at this time.
0 commit comments