Skip to content

Commit

Permalink
use correct conb port
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks committed Oct 21, 2024
1 parent fb91d98 commit 556ef35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-gaia-v21-stateful-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ jobs:
- name: _Check consumer b rewards in rewards pool balances
run: |
echo "[INFO]: Wait for 20 blocks to pass"
tests/test_block_production.sh 127.0.0.1 $CON1_RPC_PORT 20
tests/test_block_production.sh 127.0.0.1 $CON2_RPC_PORT 20
echo "[INFO]: Rewards pool balances:"
~/go/bin/gaiad --home ~/.val1 q bank balances cosmos1ap0mh6xzfn8943urr84q6ae7zfnar48am2erhd -o json | jq
denom=$(~/go/bin/gaiad --home ~/.val1 q bank balances cosmos1ap0mh6xzfn8943urr84q6ae7zfnar48am2erhd -o json | jq -r --arg CONSUMERB_DENOM "$CONSUMERB_DENOM" '.balances[] | select(.denom==$CONSUMERB_DENOM) | .denom')
Expand Down

0 comments on commit 556ef35

Please sign in to comment.