Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-29 19:01:28 +03:00
parent c59048605c
commit 9b6a954ed0
21 changed files with 705 additions and 122 deletions

View file

@ -25,6 +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),
Tatum(id = "tatum", providerType = ProviderType.PolkadotLike.Tatum),
;
}