Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-20 18:27:58 +04:00
parent 85bb0d4214
commit 7c9f58f088
6 changed files with 22 additions and 32 deletions

View file

@ -10,6 +10,7 @@ data class EnvironmentConfig(
val mercuryoWidgetId: String = "",
val mercuryoSecret: String = "",
val amplitudeApiKey: String = "",
val amplitudeApiKeyDev: String? = null,
val appsFlyerApiKey: String = "",
val appsAppId: String = "",
val blockchainSdkConfig: BlockchainSdkConfig = BlockchainSdkConfig(),

View file

@ -28,6 +28,7 @@ internal object GeneratedEnvironmentConfigConverter {
mercuryoSecret = GeneratedEnvironmentConfig.mercuryoSecret,
blockchainSdkConfig = createBlockchainSdkConfig(),
amplitudeApiKey = GeneratedEnvironmentConfig.amplitudeApiKey,
amplitudeApiKeyDev = GeneratedEnvironmentConfig.amplitudeApiKeyDev,
appsFlyerApiKey = AppsFlyer.appsFlyerDevKey,
appsAppId = AppsFlyer.appsFlyerAppID,
walletConnectProjectId = GeneratedEnvironmentConfig.walletConnectProjectId,