Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
remove make init
Browse files Browse the repository at this point in the history
  • Loading branch information
okedeji committed Jun 18, 2024
1 parent 9e93868 commit 7b04fb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion allocmd/utilities/constants.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cliVersion = "2.0.2"
cliVersion = "2.0.3"
4 changes: 0 additions & 4 deletions allocmd/utilities/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7b04fb5

Please sign in to comment.