Updated on 2026-08-14

This commit is contained in:
Tangem 2019-06-05 17:52:45 +03:00
parent 25e76dbb18
commit 5e91f8ffa6
14 changed files with 408 additions and 3 deletions

View file

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