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

Commit

Permalink
validator added to allocmd
Browse files Browse the repository at this point in the history
  • Loading branch information
okedeji committed Apr 22, 2024
1 parent 22c1240 commit 9a05022
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions allocmd/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def validator(name=None, network=None):

generate_all_files(env, file_configs, Command.INIT, name)

subprocess.run(['chmod', '+x', 'scripts/start-validator.sh'], check=True)
else:
cprint("\nOperation cancelled.", 'red')

Expand Down
2 changes: 1 addition & 1 deletion allocmd/templates/validator-docker-compose.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
validator0:
container_name: {{ val_name }}
image: "alloranetwork/allora-chain:latest"
image: "alloranetwork/allora-chain:v0.0.10"
environment:
- NETWORK={{ network }}
- MONIKER={{ val_name }}
Expand Down
2 changes: 1 addition & 1 deletion allocmd/utilities/constants.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cliVersion = "0.3.5"
cliVersion = "0.3.6"

0 comments on commit 9a05022

Please sign in to comment.