Skip to content

Commit

Permalink
fix: integration test check
Browse files Browse the repository at this point in the history
  • Loading branch information
deepan95dev committed Feb 20, 2024
1 parent dcfad34 commit a3e9cc0
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 @@ -191,6 +191,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
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 a3e9cc0

Please sign in to comment.