add usdt-trc20 as main crypto currency
This commit is contained in:
parent
f675588a2d
commit
0cba254193
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ public class CurrencyUtil {
|
||||||
result.add(new CryptoCurrency("ETH", "Ether"));
|
result.add(new CryptoCurrency("ETH", "Ether"));
|
||||||
result.add(new CryptoCurrency("LTC", "Litecoin"));
|
result.add(new CryptoCurrency("LTC", "Litecoin"));
|
||||||
result.add(new CryptoCurrency("USDT-ERC20", "Tether USD (ERC20)"));
|
result.add(new CryptoCurrency("USDT-ERC20", "Tether USD (ERC20)"));
|
||||||
|
result.add(new CryptoCurrency("USDT-TRC20", "Tether USD (TRC20)"));
|
||||||
result.add(new CryptoCurrency("USDC-ERC20", "USD Coin (ERC20)"));
|
result.add(new CryptoCurrency("USDC-ERC20", "USD Coin (ERC20)"));
|
||||||
result.sort(TradeCurrency::compareTo);
|
result.sort(TradeCurrency::compareTo);
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Reference in a new issue