diff --git a/node/config.py b/node/config.py index 4c258e5..9c5691a 100644 --- a/node/config.py +++ b/node/config.py @@ -64,7 +64,7 @@ def onImportError(): mumbai_task_execution_price_default = os.environ.get('MUMBAI_TASK_EXECUTION_PRICE_DEFAULT'); -network_default = "BLOXBERG" +network_default = "AUTO" task_price_default = 3 network = None heart_beat_address = None