Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-09 12:44:23 +03:00
parent 6bfec8a888
commit 46ff455a6f
4 changed files with 4 additions and 0 deletions

View file

@ -41,6 +41,7 @@ internal object BlockchainSDKConfigConverter : Converter<ConfigValueModel, Block
polygonScanApiKey = value.polygonScanApiKey,
bittensorDwellirApiKey = value.bittensorDwellirApiKey,
bittensorOnfinalityApiKey = value.bittensorOnfinalityKey,
koinosProApiKey = value.koinosProApiKey,
)
}