mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Add L-BTC to list of main crypto currencies
This commit is contained in:
parent
461efb87f0
commit
0adf889f94
@ -136,6 +136,7 @@ public class CurrencyUtil {
|
||||
result.add(new CryptoCurrency("DCR", "Decred"));
|
||||
result.add(new CryptoCurrency("ETH", "Ether"));
|
||||
result.add(new CryptoCurrency("GRIN", "Grin"));
|
||||
result.add(new CryptoCurrency("L-BTC", "Liquid Bitcoin"));
|
||||
result.add(new CryptoCurrency("LTC", "Litecoin"));
|
||||
result.add(new CryptoCurrency("XMR", "Monero"));
|
||||
result.add(new CryptoCurrency("NMC", "Namecoin"));
|
||||
|
Loading…
Reference in New Issue
Block a user