Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-16 19:18:15 +04:00
parent 1cdece6ae7
commit d7a120fc86
24 changed files with 486 additions and 160 deletions

View file

@ -1136,6 +1136,7 @@ internal class SwapModel @Inject constructor(
cryptoAmount = swapTransactionState.cryptoAmount,
cryptoCurrencyId = swapTransactionState.cryptoCurrencyId,
receiverCexAddress = swapTransactionState.cexAddress,
exchangeData = swapTransactionState.exchangeData,
)
.onLeft {
startLoadingQuotesFromLastState()