Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-08 20:19:23 +05:00
parent 077b88d8fe
commit 4e6e28ab36
5 changed files with 5 additions and 2 deletions

View file

@ -25,5 +25,6 @@ internal enum class ProviderTypeIdMapping(val id: String, val providerType: Prov
KoinosPro(id = "koinospro", providerType = ProviderType.Koinos.KoinosPro),
AlephiumTangem(id = "tangemAlephium", providerType = ProviderType.Alephium.Tangem),
Blink(id = "blink", providerType = ProviderType.Blink),
Tatum(id = "tatum", providerType = ProviderType.Kusama.Tatum),
;
}