Updated on 2026-08-14

This commit is contained in:
Tangem 2024-11-01 18:42:51 +03:00
parent 4c0d5727fd
commit 8202b6bf2a
2 changed files with 2 additions and 2 deletions

View file

@ -295,7 +295,7 @@ fun Blockchain.toCoinId(): String {
Blockchain.EthereumClassic, Blockchain.EthereumClassicTestnet -> "ethereum-classic"
Blockchain.Stellar, Blockchain.StellarTestnet -> "stellar"
Blockchain.Cardano -> "cardano"
Blockchain.Polygon, Blockchain.PolygonTestnet -> "matic-network"
Blockchain.Polygon, Blockchain.PolygonTestnet -> "polygon-ecosystem-token"
Blockchain.Arbitrum, Blockchain.ArbitrumTestnet -> "arbitrum-one"
Blockchain.Avalanche, Blockchain.AvalancheTestnet -> "avalanche-2"
Blockchain.Solana, Blockchain.SolanaTestnet -> "solana"