Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-05 14:36:11 +04:00
parent a3cac3b2c6
commit a78bfc6191
4 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,7 @@ internal enum class ProviderTypeIdMapping(val id: String, val providerType: Prov
NowNodes(id = "nownodes", providerType = ProviderType.NowNodes),
GetBlock(id = "getblock", providerType = ProviderType.GetBlock),
QuickNode(id = "quicknode", providerType = ProviderType.QuickNode),
Alchemy(id = "alchemy", providerType = ProviderType.Alchemy),
BitcoinBlockchair(id = "blockchair", providerType = ProviderType.BitcoinLike.Blockchair),
BitcoinBlockcypher(id = "blockcypher", providerType = ProviderType.BitcoinLike.Blockcypher),
CardanoAdalite(id = "adalite", providerType = ProviderType.Cardano.Adalite),