To be able to start bot with USDT in fiat_display_currency in config.json

There are use case that build the base pair to consider price of whitelist pairs.
On Binance this is USDT not USD.
This commit is contained in:
creslinux 2018-06-04 16:45:47 +03:00
parent b995e04daa
commit 7c8bf95f8f
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ SUPPORTED_FIAT = [
"AUD", "BRL", "CAD", "CHF", "CLP", "CNY", "CZK", "DKK",
"EUR", "GBP", "HKD", "HUF", "IDR", "ILS", "INR", "JPY",
"KRW", "MXN", "MYR", "NOK", "NZD", "PHP", "PKR", "PLN",
"RUB", "SEK", "SGD", "THB", "TRY", "TWD", "ZAR", "USD"
"RUB", "SEK", "SGD", "THB", "TRY", "TWD", "ZAR", "USD",
"USDT"
]
# Required json-schema for user specified config