Skip to content

Commit

Permalink
fix: update statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
Namaskar-1F64F committed Jun 7, 2024
1 parent e1db14b commit a2c6c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/actions/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ export enum MinipoolStatus {
STAKING = "2",
WITHDRAWABLE = "3",
FINISHED = "4",
ERROR = "5",
CANCELED = "6",
CANCELED = "5",
ERROR = "6",
STREAMLINE_PRELAUNCH = "10",
STREAMLINE_RELAUNCH = "12",
RESTAKE = "11",
Expand Down

0 comments on commit a2c6c1c

Please sign in to comment.