Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-30 17:23:07 +05:00
parent e07cd92e27
commit 5cea27c160
19 changed files with 439 additions and 307 deletions

View file

@ -502,9 +502,8 @@ internal class DefaultWalletManagersFacade @Inject constructor(
) ?: error("Wallet manager not found")
val destination = when (amount.type) {
is AmountType.Token -> estimationFeeAddressFactory.makeAddress(blockchain)
is AmountType.TokenYieldSupply -> walletManager.getYieldModuleAddress()
else -> return@withContext null
else -> estimationFeeAddressFactory.makeAddress(blockchain)
}
val callData = when (val amountType = amount.type) {