Updated on 2026-08-14

This commit is contained in:
Tangem 2023-09-01 11:39:27 +05:00
parent 56bf8bf3e9
commit 537731103f
21 changed files with 557 additions and 26 deletions

View file

@ -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(