Updated on 2026-08-14
This commit is contained in:
parent
f784d9b33f
commit
f8bb6604f5
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ fun List<Currency>.filter(supportedBlockchains: Set<Blockchain>?): List<Currency
|
|||
it.copy(contracts =
|
||||
it.contracts.filter {
|
||||
supportedBlockchains.contains(it.blockchain) &&
|
||||
(it.blockchain.canHandleTokens() || it.blockchain.currency == it.address)
|
||||
(it.blockchain.canHandleTokens() || it.address == null)
|
||||
}
|
||||
)
|
||||
}.filterNot {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue