mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Remove USDT from documentation about "supported crypto currencies".
This commit is contained in:
parent
2c3cef5dee
commit
9030e1041f
|
@ -572,7 +572,7 @@ In addition to fiat currencies, a range of crypto currencies is supported.
|
|||
The valid values are:
|
||||
|
||||
```json
|
||||
"BTC", "ETH", "XRP", "LTC", "BCH", "USDT"
|
||||
"BTC", "ETH", "XRP", "LTC", "BCH", "BNB"
|
||||
```
|
||||
|
||||
## Using Dry-run mode
|
||||
|
|
|
@ -105,7 +105,7 @@ SUPPORTED_FIAT = [
|
|||
"EUR", "GBP", "HKD", "HUF", "IDR", "ILS", "INR", "JPY",
|
||||
"KRW", "MXN", "MYR", "NOK", "NZD", "PHP", "PKR", "PLN",
|
||||
"RUB", "UAH", "SEK", "SGD", "THB", "TRY", "TWD", "ZAR",
|
||||
"USD", "BTC", "ETH", "XRP", "LTC", "BCH"
|
||||
"USD", "BTC", "ETH", "XRP", "LTC", "BCH", "BNB"
|
||||
]
|
||||
|
||||
MINIMAL_CONFIG = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user