From 7b04fb533d7134f2e865c936484e59d83e364efa Mon Sep 17 00:00:00 2001 From: Tobi Okedeji Date: Tue, 18 Jun 2024 13:13:37 +0100 Subject: [PATCH] remove make init --- allocmd/utilities/constants.py | 2 +- allocmd/utilities/utils.py | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/allocmd/utilities/constants.py b/allocmd/utilities/constants.py index a810dd1..13a6654 100644 --- a/allocmd/utilities/constants.py +++ b/allocmd/utilities/constants.py @@ -1 +1 @@ -cliVersion = "2.0.2" +cliVersion = "2.0.3" diff --git a/allocmd/utilities/utils.py b/allocmd/utilities/utils.py index 00f97b3..1a94fe3 100644 --- a/allocmd/utilities/utils.py +++ b/allocmd/utilities/utils.py @@ -35,10 +35,6 @@ def create_worker_account(worker_name, faucet_url, type, network="edgenet"): subprocess.run(['make', 'install'], cwd=allora_chain_dir, check=True) - subprocess.run(['make', 'init'], - cwd=allora_chain_dir, - env=env, - check=True) key_path = os.path.join(os.getcwd(), f'{worker_name}.{type}.key') with open(key_path, 'w') as file: