Skip to content

Commit

Permalink
update status
Browse files Browse the repository at this point in the history
  • Loading branch information
Namaskar-1F64F committed Jun 7, 2024
1 parent d9ee171 commit e1db14b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/actions/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e1db14b

Please sign in to comment.