Updated on 2026-08-14
This commit is contained in:
parent
028a57b6cf
commit
ceac9c85bb
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue