Merge branch 'remotepairlist' of https://github.com/Bloodhunter4rc/freqtrade into remotepairlist

This commit is contained in:
Bloodhunter4rc
2023-07-09 09:44:19 +02:00
3 changed files with 7 additions and 6 deletions

View File

@@ -93,8 +93,8 @@ EXCHANGES = {
}]
},
'kraken': {
'pair': 'BTC/USDT',
'stake_currency': 'USDT',
'pair': 'BTC/USD',
'stake_currency': 'USD',
'hasQuoteVolume': True,
'timeframe': '1h',
'leverage_tiers_public': False,