Compare commits

..

2 Commits

Author SHA1 Message Date
Matthias
4d8d30ea39 Version bump to 2022.2.2 2022-03-21 06:34:33 +01:00
Matthias
e90e3cead0 Map usdt fiat to correct coingecko fiat 2022-03-21 06:34:20 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
""" Freqtrade bot """ """ Freqtrade bot """
__version__ = '2022.2.1' __version__ = '2022.2.2'
if __version__ == 'develop': if __version__ == 'develop':

View File

@@ -23,6 +23,7 @@ coingecko_mapping = {
'eth': 'ethereum', 'eth': 'ethereum',
'bnb': 'binancecoin', 'bnb': 'binancecoin',
'sol': 'solana', 'sol': 'solana',
'usdt': 'tether',
} }