mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Added new altcoins: Opal, Synereo
This commit is contained in:
parent
0fd74178a8
commit
28b440ef90
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,8 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("1CR", "1CRedit"));
|
||||
result.add(new CryptoCurrency("YACC", "YACCoin"));
|
||||
result.add(new CryptoCurrency("AIB", "Advanced Internet Blocks"));
|
||||
result.add(new CryptoCurrency("OPAL", "Opal"));
|
||||
result.add(new CryptoCurrency("AMP", "Synereo", true));
|
||||
|
||||
result.sort(TradeCurrency::compareTo);
|
||||
return result;
|
||||
|
|
Loading…
Add table
Reference in a new issue