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 e32ee39 commit 9e72d25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/request/sign-staking/SignStakingApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class SignStakingApi extends TopLevelApi {
SignStakingApi.IncomingStakingType = {
UNSTAKE: 1,

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

0 comments on commit 9e72d25

Please sign in to comment.