Updated on 2026-08-14
This commit is contained in:
parent
553078f9f6
commit
1fe12ed9d7
17 changed files with 53 additions and 43 deletions
|
|
@ -256,7 +256,7 @@ internal class DefaultStakingRepository(
|
|||
params,
|
||||
),
|
||||
)
|
||||
StakingActionCommonType.Exit -> stakeKitApi.createExitAction(
|
||||
is StakingActionCommonType.Exit -> stakeKitApi.createExitAction(
|
||||
createActionRequestBody(
|
||||
userWalletId,
|
||||
network,
|
||||
|
|
@ -286,7 +286,7 @@ internal class DefaultStakingRepository(
|
|||
params,
|
||||
),
|
||||
)
|
||||
StakingActionCommonType.Exit -> stakeKitApi.estimateGasOnExit(
|
||||
is StakingActionCommonType.Exit -> stakeKitApi.estimateGasOnExit(
|
||||
createActionRequestBody(
|
||||
userWalletId,
|
||||
network,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue