mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Add Jumbucks
This commit is contained in:
parent
cbac2d2a22
commit
a59dfbf2ea
1 changed files with 3 additions and 2 deletions
|
@ -110,8 +110,9 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("CRBIT", "Creditbit"));
|
||||
result.add(new CryptoCurrency("BIGUP", "BigUp"));
|
||||
result.add(new CryptoCurrency("XPTX", "PlatinumBar"));
|
||||
result.add(new CryptoCurrency("MKR", "Maker"));
|
||||
|
||||
result.add(new CryptoCurrency("JBS", "Jumbucks"));
|
||||
//result.add(new CryptoCurrency("MKR", "Maker"));
|
||||
|
||||
// result.add(new CryptoCurrency("XMR", "Monero"));
|
||||
// result.add(new CryptoCurrency("BCN", "Bytecoin"));
|
||||
return result;
|
||||
|
|
Loading…
Add table
Reference in a new issue