Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-26 13:20:41 +03:00
parent 73bf0b7617
commit 128faaec8d
4 changed files with 24 additions and 12 deletions

View file

@ -725,6 +725,8 @@ internal class AvailableSwapPairsModel @Inject constructor(
val networks = tokenMarket.networks?.filter { network ->
BlockchainUtils.isSupportedNetworkId(
blockchainId = network.networkId,
coinId = tokenMarket.id.value,
contractAddress = network.contractAddress,
excludedBlockchains = excludedBlockchains,
hotExcludedBlockchains = hotWalletExcludedBlockchains,
hasOnlyHotWallets = hasOnlyHotWallets,