Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified intstllation guide #562

Merged
merged 4 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions script/simple_start_guide/install_vatz&official-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DEFAULT_VATZ_PATH=/root/vatz
mkdir $DEFAULT_LOG_PATH

# Compile VATZ
cd DEFAULT_VATZ_PATH
cd $DEFAULT_VATZ_PATH
make

## You will see binary named vatz
Expand All @@ -30,4 +30,4 @@ make
./vatz plugin install github.com/dsrvlabs/vatz-plugin-cosmoshub/plugins/node_governance_alarm node_governance_alarm

# Check plugin list
./vatz plugin list
./vatz plugin list
2 changes: 1 addition & 1 deletion script/simple_start_guide/vatz_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NODE_IS_ALIVE_PORT=10002
NODE_PEER_COUNT_PORT=10003
NODE_ACTIVE_STATUS_PORT=10004
NODE_GOVERNANCE_ALARM_PORT=10005
VALOPER_ADDRESS=voloper_address
VALOPER_ADDRESS=valoper_address
VOTER_ADDRESS=voter_address


Expand Down
Loading