diff --git a/src/actions/types.ts b/src/actions/types.ts index 5fbcc18..ab5dfb8 100644 --- a/src/actions/types.ts +++ b/src/actions/types.ts @@ -92,9 +92,9 @@ export enum MinipoolStatus { LAUNCH = "1", STAKING = "2", WITHDRAWABLE = "3", - ERROR = "4", - CANCELED = "5", - FINISHED = "6", + FINISHED = "4", + ERROR = "5", + CANCELED = "6", STREAMLINE_PRELAUNCH = "10", STREAMLINE_RELAUNCH = "12", RESTAKE = "11",