Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit e97c006

Browse files
committed
add turkish lira (TRY)
1 parent 787d106 commit e97c006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/com/binance/api/client/constant

src/main/java/com/binance/api/client/constant/Util.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
public final class Util {
99

10-
public static final List<String> FIAT_CURRENCY = Collections.unmodifiableList(Arrays.asList("USDT", "BUSD", "PAX", "TUSD", "USDC", "NGN", "RUB", "USDS"));
10+
public static final List<String> FIAT_CURRENCY = Collections.unmodifiableList(Arrays.asList("USDT", "BUSD", "PAX", "TUSD", "USDC", "NGN", "RUB", "USDS, TRY"));
1111

1212
public static final String BTC_TICKER = "BTC";
1313

0 commit comments

Comments
 (0)