Compare commits
9 Commits
feat/freqai
...
2022.2.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d8d30ea39 | |||
| e90e3cead0 | |||
| a568548192 | |||
| f9d10a7fad | |||
| cbc2b00ee6 | |||
| 8f7b857ae9 | |||
| e88b022cd4 | |||
| bfb738f69f | |||
| 00dd8e76ee |
@@ -1,5 +1,5 @@
|
||||
""" Freqtrade bot """
|
||||
__version__ = '2022.1'
|
||||
__version__ = '2022.2.2'
|
||||
|
||||
if __version__ == 'develop':
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@ coingecko_mapping = {
|
||||
'eth': 'ethereum',
|
||||
'bnb': 'binancecoin',
|
||||
'sol': 'solana',
|
||||
'usdt': 'tether',
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user