Updated on 2026-08-14
This commit is contained in:
parent
73bf0b7617
commit
128faaec8d
4 changed files with 24 additions and 12 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue