Updated on 2026-08-14
This commit is contained in:
parent
3dc4036e3d
commit
c404846b0d
3 changed files with 9 additions and 5 deletions
|
|
@ -25,9 +25,10 @@ enum class StakingActionType {
|
|||
UNSTAKE -> "Unstake"
|
||||
CLAIM_REWARDS -> "Claim Rewards"
|
||||
RESTAKE_REWARDS -> "Restake Rewards"
|
||||
WITHDRAW -> "Withdraw"
|
||||
CLAIM_UNSTAKED,
|
||||
WITHDRAW,
|
||||
-> "Withdraw"
|
||||
RESTAKE -> "Restake"
|
||||
CLAIM_UNSTAKED -> "Claim Unstaked"
|
||||
UNLOCK_LOCKED -> "Unlock Locked"
|
||||
STAKE_LOCKED -> "Stake Locked"
|
||||
VOTE -> "Vote"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue