Updated on 2026-08-14

This commit is contained in:
Tangem 2025-02-13 17:13:08 +07:00
parent a11b4ab82a
commit 6f973aed83
5 changed files with 5 additions and 2 deletions

View file

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