Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
* When there is no default network, it is set to AUTO instead of BLOXBERG
  • Loading branch information
iosifpeterfi authored Oct 20, 2023
1 parent 825a40c commit b3e9841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3e9841

Please sign in to comment.