Skip to content

Commit

Permalink
(refactor) update connector status
Browse files Browse the repository at this point in the history
  • Loading branch information
RC-13 authored and RC-13 committed Apr 5, 2021
1 parent 76a5df2 commit 73c4b28
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 73c4b28

Please sign in to comment.