From 1298ada79beb62f61ca8040aad925e84fcb8dddd Mon Sep 17 00:00:00 2001 From: cardosofede Date: Thu, 19 Oct 2023 18:27:45 -0300 Subject: [PATCH] (feat) add auth system enabled --- CONFIG.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONFIG.py b/CONFIG.py index d990f0d..237757a 100644 --- a/CONFIG.py +++ b/CONFIG.py @@ -9,4 +9,6 @@ MINER_EXCHANGES = ["Binance", "FTX", "Coinbase Exchange", "Huobi Global", "OKX", DEFAULT_MINER_COINS = ["Avalanche"] CERTIFIED_EXCHANGES = ["ascendex", "binance", "bybit", "gate.io", "hitbtc", "huobi", "kucoin", "okx", "gateway"] -CERTIFIED_STRATEGIES = ["xemm", "cross exchange market making", "pmm", "pure market making"] \ No newline at end of file +CERTIFIED_STRATEGIES = ["xemm", "cross exchange market making", "pmm", "pure market making"] + +AUTH_SYSTEM_ENABLED = True