Updated on 2026-08-14
This commit is contained in:
parent
45db7c879f
commit
c4adfe3d89
17 changed files with 650 additions and 249 deletions
|
|
@ -187,7 +187,9 @@ internal class DefaultStakingRepository(
|
|||
params,
|
||||
),
|
||||
)
|
||||
StakingActionCommonType.PENDING -> stakeKitApi.createPendingAction(
|
||||
StakingActionCommonType.PENDING_OTHER,
|
||||
StakingActionCommonType.PENDING_REWARDS,
|
||||
-> stakeKitApi.createPendingAction(
|
||||
createPendingActionRequestBody(params),
|
||||
)
|
||||
}
|
||||
|
|
@ -217,7 +219,9 @@ internal class DefaultStakingRepository(
|
|||
params,
|
||||
),
|
||||
)
|
||||
StakingActionCommonType.PENDING -> stakeKitApi.estimateGasOnPending(
|
||||
StakingActionCommonType.PENDING_REWARDS,
|
||||
StakingActionCommonType.PENDING_OTHER,
|
||||
-> stakeKitApi.estimateGasOnPending(
|
||||
createPendingActionRequestBody(params),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue