Update command to check validators

This commit is contained in:
Nabarun 2024-07-23 21:19:08 +05:30
parent 3f605812d9
commit 96bc797e1f

View File

@ -239,12 +239,14 @@ laconic-so deployment --dir laconic-console-deployment start
--from <key-name>'
```
* View your staking validator details:
* View staking validators:
```bash
laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query staking validator <account-address>"
laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query staking validators"
```
* Check that in the list of validators `<your-node-moniker>` exists
## Perform operations
* To perform txs against the chain using registry CLI, set your private key in config in the CLI container: