diff --git a/hummingbot/connector/connector_status.py b/hummingbot/connector/connector_status.py index abe0f7dd2b..314494bc23 100644 --- a/hummingbot/connector/connector_status.py +++ b/hummingbot/connector/connector_status.py @@ -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',