From 146d6e7c6c87084f6ddb77a1e6f2f80e338972ee Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 6 Apr 2022 06:43:06 +0200 Subject: [PATCH] Add UAH to supported fiat currencies closes #6657 --- freqtrade/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freqtrade/constants.py b/freqtrade/constants.py index bcdc815bf..46ecce06d 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -86,8 +86,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", - "BTC", "ETH", "XRP", "LTC", "BCH" + "RUB", "UAH", "SEK", "SGD", "THB", "TRY", "TWD", "ZAR", + "USD", "BTC", "ETH", "XRP", "LTC", "BCH" ] MINIMAL_CONFIG = {