Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-06 18:15:28 +05:00
parent c6f9af7305
commit e7a2a07ed8
4 changed files with 4 additions and 1 deletions

View file

@ -25,4 +25,5 @@ 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),
}