Updated on 2026-08-14
This commit is contained in:
parent
bc0ecea749
commit
794f1f0914
8 changed files with 12 additions and 11 deletions
|
|
@ -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() }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue