Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-27 14:39:18 +03:00
commit 37e2e9b9a4

View file

@ -328,7 +328,7 @@ fun Blockchain.toCoinId(): String {
Blockchain.Bittensor -> "bittensor"
Blockchain.Filecoin -> "filecoin"
Blockchain.Blast, Blockchain.BlastTestnet -> "blast-ethereum"
Blockchain.Cyber, Blockchain.CyberTestnet -> "cyberconnect"
Blockchain.Cyber, Blockchain.CyberTestnet -> "cyber-ethereum"
}
}