Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-26 18:52:02 +04:00
parent 8971ebef55
commit 96478230a0
9 changed files with 112 additions and 4 deletions

View file

@ -28,5 +28,7 @@ data class EnvironmentConfig(
val bffStaticTokenDev: String? = null,
val gaslessTxApiKeyDev: String? = null,
val gaslessTxApiKey: String? = null,
val customerIoCdpApiKey: String = "",
val customerIoCdpApiKey: String? = null,
val surveySparrowDomain: String? = null,
val surveySparrowToken: String? = null,
)