Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-14 17:08:46 +05:00
parent ff60ddae9f
commit 8fa305a162
2 changed files with 2 additions and 1 deletions

View file

@ -43,6 +43,7 @@ internal object BlockchainSDKConfigConverter : Converter<EnvironmentConfigModel,
bittensorOnfinalityApiKey = value.bittensorOnfinalityKey,
koinosProApiKey = value.koinosProApiKey,
alephiumApiKey = value.alephiumTangemApiKey,
moralisApiKey = value.moralisApiKey,
)
}