Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-17 14:52:55 +05:00
parent f1b192d353
commit a36bb32c13
2 changed files with 2 additions and 1 deletions

View file

@ -122,6 +122,7 @@ class ResponseCryptoCurrenciesFactory @Inject constructor(
// [REDACTED_JIRA] // [REDACTED_JIRA]
Blockchain.Dischain, Blockchain.Dischain,
Blockchain.Polygon, Blockchain.Polygon,
Blockchain.TON,
-> this.currency -> this.currency
else -> responseToken.symbol else -> responseToken.symbol
} }

View file

@ -5,7 +5,7 @@
# https://github.com/tangem/tangem-sdk-android/ # https://github.com/tangem/tangem-sdk-android/
# https://github.com/tangem/vico # https://github.com/tangem/vico
tangemBlockchainSdk = "releases-5.39-1572" tangemBlockchainSdk = "releases-5.39-1573"
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds #tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "releases-5.39-623" tangemCardSdk = "releases-5.39-623"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^ #tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^