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 6169d4c commit c016fd4Copy full SHA for c016fd4
src/interfaces/IRegistryCoordinator.sol
@@ -5,7 +5,7 @@ import {ISignatureUtils} from "eigenlayer-contracts/src/contracts/interfaces/ISi
5
import {IBLSApkRegistry} from "./IBLSApkRegistry.sol";
6
import {ISlashingRegistryCoordinator} from "./ISlashingRegistryCoordinator.sol";
7
8
-interface IRegistryCoordinator is ISlashingRegistryCoordinator {
+interface IRegistryCoordinator {
9
10
/**
11
* @notice Registers msg.sender as an operator for one or more quorums. If any quorum exceeds its maximum
0 commit comments