diff --git a/allocmd/utilities/constants.py b/allocmd/utilities/constants.py index e087115..36e6f37 100644 --- a/allocmd/utilities/constants.py +++ b/allocmd/utilities/constants.py @@ -1 +1 @@ -cliVersion = "2.0.4" +cliVersion = "2.0.5" diff --git a/allocmd/utilities/utils.py b/allocmd/utilities/utils.py index 153fba6..a727027 100644 --- a/allocmd/utilities/utils.py +++ b/allocmd/utilities/utils.py @@ -199,7 +199,7 @@ def generateProdCompose(env: Environment, type): chain_topic_id = config[type]['chain_topic_id'] - alloraTopic + alloraTopic = None if type == 'worker': alloraTopic = f"allora-topic-{chain_topic_id}-worker" elif type == 'reputer': @@ -248,7 +248,7 @@ def blocklessNode(environment, env, type, name=None, topic=None): cprint(f"You must provide name when generating {type} in development", 'red') return - alloraTopic + alloraTopic = None if type == 'worker': alloraTopic = f"allora-topic-{topic}-worker" elif type == 'reputer':