Updated on 2026-08-14
This commit is contained in:
parent
5514e3a195
commit
587d356bf3
4 changed files with 8 additions and 5 deletions
|
|
@ -55,7 +55,7 @@ internal class SavedSwapTransactionListConverter(
|
|||
userWallet = userWallet,
|
||||
network = fromNetwork,
|
||||
) ?: return null
|
||||
val toNetwork = createSwapTransactionNetwork(fromToken, userWallet) ?: return null
|
||||
val toNetwork = createSwapTransactionNetwork(toToken, userWallet) ?: return null
|
||||
val toCryptoCurrency = responseCryptoCurrenciesFactory.createCurrency(
|
||||
responseToken = toToken,
|
||||
userWallet = userWallet,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue