Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-28 12:34:17 +03:00
parent e421ca8d32
commit f95d17d711
4 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit 8c1c53b73950698d4acfa4d925b8c14bf6f0da63
Subproject commit b84b1e1ab11b0eb0f6ca6e28f551f9e2ca6809fe

View file

@ -97,6 +97,7 @@ internal class ConfigManagerImpl @Inject constructor() : ConfigManager {
testnetApiKey = configValues.tonCenterKeys.testnet,
),
chiaFireAcademyApiKey = configValues.chiaFireAcademyApiKey,
chiaTangemApiKey = configValues.chiaTangemApiKey,
),
appsFlyerDevKey = configValues.appsFlyer.appsFlyerDevKey,
amplitudeApiKey = configValues.amplitudeApiKey,

View file

@ -39,6 +39,7 @@ class ConfigValueModel(
val walletConnectProjectId: String,
val tangemComAuthorization: String?,
val chiaFireAcademyApiKey: String?,
val chiaTangemApiKey: String?,
)
data class AppsFlyer(

View file

@ -80,7 +80,7 @@ okHttp-prettyLogging = "3.1.0"
# endregion Other libraries
# region Tangem
tangemBlockchainSdk = "release-app_4.10-332"
tangemBlockchainSdk = "release-app_4.10-333"
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "release-app_4.10-292"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds