From b3e9841a443c727d7390dd5b87b19093806a5fbc Mon Sep 17 00:00:00 2001 From: Iosif Peterfi Date: Fri, 20 Oct 2023 09:09:25 +0200 Subject: [PATCH] v3.2.1 * When there is no default network, it is set to AUTO instead of BLOXBERG --- node/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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