Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/interfaces/IValidatorConfigV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ interface IValidatorConfigV2 {
/// @notice Thrown when migration is not complete (not all V1 validators migrated)
error MigrationNotComplete();

/// @notice Thrown when V1 has no validators to migrate
error EmptyV1ValidatorSet();

/// @notice Thrown when migration index is out of order
error InvalidMigrationIndex();

Expand Down