Updated on 2026-08-14
This commit is contained in:
parent
f0898f2873
commit
2e8d0bc03b
9 changed files with 132 additions and 82 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue