Skip to content

Commit

Permalink
add log lines for number of keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Dec 23, 2022
1 parent a94c46e commit 7e51df1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/devnet/scripts/setup_genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ do
done

echo "Sleeping before all keys are added"
sleep 10
sleep 5
NUM_KEYS=$($CHAIN_BIN keys list --keyring-backend test --output json | jq -r ". | length")
echo "Number of keys added to keyring: $NUM_KEYS"

echo "Creating gentx..."
$CHAIN_BIN gentx $(jq -r ".genesis[0].name" $KEYS_CONFIG) 5000000000$DENOM --keyring-backend="test" --chain-id $CHAIN_ID
Expand Down

0 comments on commit 7e51df1

Please sign in to comment.