Skip to content

Commit

Permalink
keys check
Browse files Browse the repository at this point in the history
  • Loading branch information
deepan95dev committed Feb 20, 2024
1 parent a3e9cc0 commit 182c297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/localnet/gen-network-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ do

cheqd-noded keys add "operator-$i" --keyring-backend "test" --home "${NODE_HOME}"
echo "reaching here"
cheqd-noded keys list
cheqd-noded keys list --keyring-backend "test" --home "${NODE_HOME}"
cheqd-noded genesis add-genesis-account "operator-$i" 20000000000000000ncheq --keyring-backend "test" --home "${NODE_HOME}"

NODE_ID=$(cheqd-noded tendermint show-node-id --home "${NODE_HOME}")
Expand Down

0 comments on commit 182c297

Please sign in to comment.