From badd93f3882423e57bbec72e160f0af8df87d3a6 Mon Sep 17 00:00:00 2001 From: Tangem Date: Fri, 10 Apr 2026 18:04:55 +0300 Subject: [PATCH 1/2] Updated on 2026-08-14 --- gradle/tangem_dependencies.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/tangem_dependencies.toml b/gradle/tangem_dependencies.toml index edd3e5f352..b1d2bf912f 100644 --- a/gradle/tangem_dependencies.toml +++ b/gradle/tangem_dependencies.toml @@ -7,7 +7,7 @@ tangemBlockchainSdk = "releases-5.36-1480" #tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds -tangemCardSdk = "releases-5.36-600" +tangemCardSdk = "releases-5.36-607" #tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^ tangemVico = "2.0.0-alpha.25-tangem12" #tangemVico = "0.0.1" # Keep it! - used for local builds ^ From e0d6b165c0d2c5f4d4795018f7acf36138c043e6 Mon Sep 17 00:00:00 2001 From: Tangem Date: Fri, 10 Apr 2026 19:46:22 +0400 Subject: [PATCH 2/2] Updated on 2026-08-14 --- .../java/com/tangem/feature/swap/domain/SwapInteractorImpl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/swap/domain/src/main/java/com/tangem/feature/swap/domain/SwapInteractorImpl.kt b/features/swap/domain/src/main/java/com/tangem/feature/swap/domain/SwapInteractorImpl.kt index 3b7b8442ab..52f21e4feb 100644 --- a/features/swap/domain/src/main/java/com/tangem/feature/swap/domain/SwapInteractorImpl.kt +++ b/features/swap/domain/src/main/java/com/tangem/feature/swap/domain/SwapInteractorImpl.kt @@ -1263,7 +1263,7 @@ internal class SwapInteractorImpl @AssistedInject constructor( ) ?.filterIsInstance() ?.firstOrNull { it.network.id == network.id && it.network.derivationPath == network.derivationPath } - ?: error("Unable to create network coin with ID: ${network.id}") + ?: currenciesRepository.createCoinCurrency(network) } private suspend fun isAllowedToSpend(