Add bitvavo to compatibility tests

#6166
This commit is contained in:
Matthias 2022-01-05 20:39:14 +01:00
parent b77943af0d
commit cd144cdfc9
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ EXCHANGES = {
'hasQuoteVolume': True,
'timeframe': '5m',
},
'bitvavo': {
'pair': 'BTC/EUR',
'hasQuoteVolume': True,
'timeframe': '5m',
},
}