Updated on 2026-08-14

This commit is contained in:
Tangem 2019-05-08 14:11:32 +03:00
parent 028a57b6cf
commit ceac9c85bb

View file

@ -36,6 +36,8 @@ class LoadedWalletViewModel : ViewModel() {
Blockchain.RootstockToken -> "bitcoin"
Blockchain.Cardano -> "cardano"
Blockchain.Ripple -> "ripple"
Blockchain.Binance -> "binance-coin"
Blockchain.BinanceTestNet -> "binance-coin"
else -> {
throw Exception("Can''t get rate for blockchain " + ctx.blockchainName)
}