Skip to content

Commit

Permalink
Must be connected to a node to run this command (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin authored Nov 20, 2024
1 parent 2db2acf commit 3d51f66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/governance/how-do-i-participate-in-governance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ The commands are the same for kernel upgrades and security upgrades but they tar

You can get information about the current period at https://governance.etherlink.com.

To get information about the current state of the kernel or security governance contract directly from the contract, call its `get_voting_state` view.
To get information about the current state of the kernel or security governance contract directly from the contract, connect the Octez client to an active node and call the contract's `get_voting_state` view.
For example, this Octez client command calls this view for the security governance contract on Mainnet:

```bash
octez-client run view get_voting_state on contract KT1H5pCmFuhAwRExzNNrPQFKpunJx1yEVa6J
octez-client -E https://mainnet.ecadinfra.com \
run view get_voting_state on contract KT1H5pCmFuhAwRExzNNrPQFKpunJx1yEVa6J
```

The view returns information about the current governance period in this order:
Expand Down

0 comments on commit 3d51f66

Please sign in to comment.