Updated on 2026-08-14

This commit is contained in:
Tangem 2025-02-03 14:19:06 +05:00
parent 553078f9f6
commit 1fe12ed9d7
17 changed files with 53 additions and 43 deletions

View file

@ -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,