Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-14 19:14:16 +03:00
parent 982c8fdc66
commit bc0ecea749
2 changed files with 2 additions and 0 deletions

View file

@ -96,6 +96,7 @@ internal class ConfigManagerImpl @Inject constructor() : ConfigManager {
mainnetApiKey = configValues.tonCenterKeys.mainnet,
testnetApiKey = configValues.tonCenterKeys.testnet,
),
chiaFireAcademyApiKey = configValues.chiaFireAcademyApiKey,
),
appsFlyerDevKey = configValues.appsFlyer.appsFlyerDevKey,
amplitudeApiKey = configValues.amplitudeApiKey,

View file

@ -38,6 +38,7 @@ class ConfigValueModel(
val kaspaSecondaryApiUrl: String,
val walletConnectProjectId: String,
val tangemComAuthorization: String?,
val chiaFireAcademyApiKey: String?,
)
data class AppsFlyer(