Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-05 18:07:40 +04:00
parent 9df23bfa67
commit 74accc90c9
4 changed files with 7 additions and 6 deletions

View file

@ -29,6 +29,5 @@ data class EnvironmentConfig(
val gaslessTxApiKeyDev: String? = null,
val gaslessTxApiKey: String? = null,
val customerIoCdpApiKey: String? = null,
val surveySparrowDomain: String? = null,
val surveySparrowToken: String? = null,
)

View file

@ -51,6 +51,8 @@ internal object GeneratedEnvironmentConfigConverter {
bffStaticTokenDev = GeneratedEnvironmentConfig.bffStaticTokenDev,
gaslessTxApiKeyDev = GeneratedEnvironmentConfig.gaslessTxApiKeyDev,
gaslessTxApiKey = GeneratedEnvironmentConfig.gaslessTxApiKey,
customerIoCdpApiKey = GeneratedEnvironmentConfig.CustomerIO.appApiKey,
surveySparrowToken = GeneratedEnvironmentConfig.SurveySparrow.apiKey,
)
}