Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-27 12:07:27 +03:00
parent 081ddd6fd1
commit 0415eace32

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"
}
}