Skip to content

Commit

Permalink
Update staking data IDs after parking has been removed from Albatross
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Jul 12, 2023
1 parent 701d89b commit f08221b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ export const HISTORY_KEY_SELECTED_CURRENCY = 'selected-currency';
export const StakingTransactionType = {
UNSTAKE: 1,

CREATE_STAKER: 6,
STAKE: 7,
UPDATE_STAKER: 8,
CREATE_STAKER: 5,
STAKE: 6,
UPDATE_STAKER: 7,
};

export const StakingSignallingTypes = [
Expand Down

0 comments on commit f08221b

Please sign in to comment.