Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-26 18:44:37 +04:00
parent 692c6514fc
commit bba915b9ec
10 changed files with 138 additions and 0 deletions

View file

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