Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-06 16:15:28 +03:00
parent f55296bcf1
commit ab04986acb
3 changed files with 4 additions and 0 deletions

View file

@ -24,5 +24,6 @@ internal enum class ProviderTypeIdMapping(val id: String, val providerType: Prov
BittensorOnfinality(id = "onfinalityBittensor", providerType = ProviderType.Bittensor.Onfinality),
KoinosPro(id = "koinospro", providerType = ProviderType.Koinos.KoinosPro),
AlephiumTangem(id = "tangemAlephium", providerType = ProviderType.Alephium.Tangem),
Blink(id = "blink", providerType = ProviderType.Blink),
;
}