Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-28 16:02:48 +03:00
parent 31be70ecf3
commit 896b838d80
3 changed files with 3 additions and 4 deletions

@ -1 +1 @@
Subproject commit 7b792e100c14f64d3e44306c3a9b25a25d0cfc03
Subproject commit 4272136431c3629230803e70c4d2cf412365418d

View file

@ -68,7 +68,6 @@ class ResponseCryptoCurrenciesFactory @Inject constructor(
responseToken: UserTokensResponse.Token,
userWallet: UserWallet,
network: Network,
accountIndex: DerivationIndex? = null,
): CryptoCurrency? {
var blockchain = Blockchain.fromNetworkId(responseToken.networkId)
if (blockchain == null || blockchain == Blockchain.Unknown) {
@ -82,7 +81,7 @@ class ResponseCryptoCurrenciesFactory @Inject constructor(
val sdkToken = createSdkToken(responseToken)
return if (sdkToken == null) {
createCoin(blockchain, responseToken, network, accountIndex)
createCoin(blockchain, responseToken, network)
} else {
createToken(blockchain, sdkToken, network)
}

View file

@ -5,7 +5,7 @@
# https://github.com/tangem/tangem-sdk-android/
# https://github.com/tangem/vico
tangemBlockchainSdk = "develop-1287"
tangemBlockchainSdk = "develop-1294"
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "develop-564"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^