Updated on 2026-08-14
This commit is contained in:
parent
25e76dbb18
commit
5e91f8ffa6
14 changed files with 408 additions and 3 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue