Updated on 2026-08-14
This commit is contained in:
parent
85bb0d4214
commit
7c9f58f088
6 changed files with 22 additions and 32 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue