Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-24 10:55:25 +03:00
parent 3b666039ad
commit 98c01df618
3 changed files with 3 additions and 1 deletions

View file

@ -44,6 +44,7 @@ internal object BlockchainSDKConfigConverter : Converter<EnvironmentConfigModel,
koinosProApiKey = value.koinosProApiKey,
alephiumApiKey = value.alephiumTangemApiKey,
moralisApiKey = value.moralisApiKey,
etherscanApiKey = value.etherScanApiKey,
)
}

View file

@ -40,6 +40,7 @@ class EnvironmentConfigModel(
@Json(name = "moralisApiKey") val moralisApiKey: String?,
@Json(name = "nftScanApiKey") val nftScanApiKey: String?,
@Json(name = "blockaidApiKey") val blockaidApiKey: String?,
@Json(name = "etherscanApiKey") val etherScanApiKey: String?,
)
@JsonClass(generateAdapter = true)

View file

@ -5,7 +5,7 @@
# https://github.com/tangem/tangem-sdk-android/
# https://github.com/tangem/vico
tangemBlockchainSdk = "releases-5.29-1237"
tangemBlockchainSdk = "releases-5.29-1238"
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "releases-5.29-565"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^