Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-15 10:22:10 +03:00
parent bc0ecea749
commit 794f1f0914
8 changed files with 12 additions and 11 deletions

View file

@ -119,7 +119,7 @@ internal class MercuryoService(private val environment: MercuryoEnvironment) : E
return when (currencyName) {
"BNB" -> Blockchain.BSC
"ETH" -> Blockchain.Ethereum
"ADA" -> Blockchain.CardanoShelley
"ADA" -> Blockchain.Cardano
else -> Blockchain.values().find { it.currency.lowercase() == currencyName.lowercase() }
}
}