Skip to content

Instantly share code, notes, and snippets.

@asverty
Last active December 17, 2021 11:47
Show Gist options
  • Save asverty/9c6431340b288d382634248a37705dd2 to your computer and use it in GitHub Desktop.
Save asverty/9c6431340b288d382634248a37705dd2 to your computer and use it in GitHub Desktop.
evmosd q staking validators -o json --limit=2000 | jq '.validators[] | select(.status=="BOND_STATUS_BONDED")' \
| jq -r '.tokens + " - " + .description.moniker' | sort -gr | nl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment