Run compat ci for gate.io

This commit is contained in:
Matthias
2021-08-20 06:30:27 +02:00
parent 19158ba7da
commit ba5abb20bd
2 changed files with 6 additions and 1 deletions

View File

@@ -42,6 +42,11 @@ EXCHANGES = {
'hasQuoteVolume': True,
'timeframe': '5m',
},
'gateio': {
'pair': 'BTC/USDT',
'hasQuoteVolume': True,
'timeframe': '5m',
},
}