Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-16 19:08:38 +05:00
parent f0898f2873
commit 2e8d0bc03b
9 changed files with 132 additions and 82 deletions

View file

@ -73,6 +73,7 @@ internal class SingleWalletOnrampTransactionConverter(
},
),
toAmountSymbol = currency.symbol,
toAmountDecimals = currency.decimals,
toCurrencyIcon = iconStateConverter.convert(currency),
toAddress = status.networkAddress?.defaultAddress?.value.orEmpty(),
fromAmount = stringReference(
@ -86,6 +87,7 @@ internal class SingleWalletOnrampTransactionConverter(
fromAmountValue = value.fromAmount,
fromFiatAmount = null,
fromAmountSymbol = value.fromCurrency.code,
fromAmountDecimals = value.fromCurrency.precision,
fromCurrencyIcon = CurrencyIconState.FiatIcon(
url = value.fromCurrency.image,
fallbackResId = R.drawable.ic_currency_24,