Skip to content

Commit

Permalink
Merge pull request #245 from anoma/bengt/governance-pgf
Browse files Browse the repository at this point in the history
governance had some issues
  • Loading branch information
bengtlofgren authored Jan 29, 2024
2 parents 7c77edc + c4182f3 commit 110ffec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/docs/pages/users/governance/on-chain-governance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Now, we need to create a json file `proposal.json` holding the content of our pr
```json
{
"proposal": {
"id": 1,
"content": {
"title": "One Small Step for Namada, One Giant Leap for Memekind",
"authors": "bengt@heliax.dev",
Expand All @@ -34,9 +35,9 @@ Now, we need to create a json file `proposal.json` holding the content of our pr
"voting_start_epoch": 21,
"voting_end_epoch": 24,
"grace_epoch": 27,
"type": {
"Default": null
}
"data": {
// Depends on proposal type
}
}
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The `steward_proposal.json` file contains the information about the proposal. It
```json
{
"proposal" :{
"id": 1,
"content": {
"title": "Stewie for Steward 2024",
"authors": "stewie@heliax.dev",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Below is an example of a `PGFProposal` that a governance participant could submi
```json
{
"proposal" :{
"id": 1,
"content": {
"title": "Stewie for Steward 2024",
"authors": "stewie@heliax.dev",
Expand Down

0 comments on commit 110ffec

Please sign in to comment.