diff --git a/src/contracts/interfaces/IAllocationManager.sol b/src/contracts/interfaces/IAllocationManager.sol index 8f80036a41..c74fcd2266 100644 --- a/src/contracts/interfaces/IAllocationManager.sol +++ b/src/contracts/interfaces/IAllocationManager.sol @@ -25,7 +25,7 @@ interface IAllocationManagerErrors { /// @dev Thrown when an invalid operator is provided. error InvalidOperator(); /// @dev Thrown when an invalid avs whose metadata is not registered is provided. - error InvalidAVSWithNoMetadataRegistered(); + error NonexistentAVSMetadata(); /// @dev Thrown when an operator's allocation delay has yet to be set. error UninitializedAllocationDelay(); /// @dev Thrown when attempting to slash an operator when they are not slashable.