Skip to content

Commit

Permalink
Merge branch 'ap/fix-tests' of github.com:cheqd/cheqd-node into ap/fi…
Browse files Browse the repository at this point in the history
…x-tests
  • Loading branch information
atheeshp committed Feb 21, 2024
2 parents ed79eba + 182c297 commit e665eb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/localnet/gen-network-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ do
cp "${TMP_NODE_HOME}/config/genesis.json" "${NODE_HOME}/config/genesis.json"

cheqd-noded keys add "operator-$i" --keyring-backend "test" --home "${NODE_HOME}"
echo "reaching here"
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 e665eb2

Please sign in to comment.