From 111e1628d584934234158dceb84a11828d9fcca6 Mon Sep 17 00:00:00 2001 From: zerosnacks <95942363+zerosnacks@users.noreply.github.com> Date: Thu, 19 Mar 2026 00:42:51 +0000 Subject: [PATCH] chore: interface update --- src/interfaces/IValidatorConfigV2.sol | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/interfaces/IValidatorConfigV2.sol b/src/interfaces/IValidatorConfigV2.sol index 7d0f149..18f03ec 100644 --- a/src/interfaces/IValidatorConfigV2.sol +++ b/src/interfaces/IValidatorConfigV2.sol @@ -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();