Skip to content

Commit

Permalink
Merge pull request hummingbot#3163 from RC-13/client-connector-status
Browse files Browse the repository at this point in the history
refactor/update connector status
  • Loading branch information
dennisocana authored Apr 6, 2021
2 parents 5ca2a6f + 283a422 commit 2916e94
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions hummingbot/connector/connector_status.py
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
#!/usr/bin/env python

connector_status = {
'ascend_ex': 'yellow',
'balancer': 'green',
'beaxy': 'yellow',
'beaxy': 'green',
'binance': 'green',
'binance_perpetual': 'green',
'binance_perpetual_testnet': 'green',
'binance_perpetual': 'yellow',
'binance_perpetual_testnet': 'yellow',
'binance_us': 'yellow',
'bitfinex': 'yellow',
'ascend_ex': 'green',
'bittrex': 'yellow',
'blocktane': 'green',
'celo': 'green',
'coinbase_pro': 'green',
'coinbase_pro': 'yellow',
'coinzoom': 'yellow',
'crypto_com': 'yellow',
'digifinex': "yellow",
'dydx': 'green',
'eterbase': 'red',
'ethereum': 'red',
'hitbtc': 'yellow',
'huobi': 'green',
'kraken': 'green',
'kucoin': 'green',
'liquid': 'green',
'liquid': 'yellow',
'loopring': 'yellow',
'okex': 'green',
'okex': 'yellow',
'perpetual_finance': 'yellow',
'probit': 'yellow',
'probit_kr': 'yellow',
Expand Down

0 comments on commit 2916e94

Please sign in to comment.