Updated on 2026-08-14
This commit is contained in:
parent
4743c5d4a5
commit
1576e3f5aa
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ internal class TokensListViewModel @Inject constructor(
|
|||
val supportedTokens = scanResponse.card.supportedTokens(cardTypesResolver)
|
||||
|
||||
// refactor this later by moving all this logic in card config
|
||||
if (!supportedTokens.contains(Blockchain.Solana)) {
|
||||
if (blockchain == Blockchain.Solana && !supportedTokens.contains(Blockchain.Solana)) {
|
||||
return SupportTokensState.SolanaNetworkUnsupported
|
||||
}
|
||||
val canHandleToken = scanResponse.card.canHandleToken(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue