Skip to content

Commit

Permalink
Merge pull request #67 from anoma/bengt/proposal-json-update
Browse files Browse the repository at this point in the history
proposal formatting changed after sdk
  • Loading branch information
bengtlofgren authored Jul 2, 2023
2 parents 54e0763 + 5f49c0c commit 72c0bd4
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions packages/docs/pages/governance/on-chain-governance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ Now, we need to create a json file `proposal.json` holding the content of our pr

```json
{
"proposal": {
"content": {
"title": "One Small Step for Namada, One Giant Leap for Memekind",
"authors": "[email protected]",
"discussions-to": "forum.namada.net/t/namada-proposal/1",
"created": "2069-04-20T00:04:44Z",
"license": "MIT",
"abstract": "We present a proposal that will send our community to the moon. This proposal outlines all training necessary to accomplish this goal. All memers are welcome to join.",
"motivation": "When you think about it, the moon isn't actually that far away.The moon is only 384,400 km. We have not yet brought Namada to the moon, so it is only natural to use 101 as the prime number for our modular arithmetic operations. 384,400 (mod 101) = 95. 95 km is a distance that can be easily covered by a single person in a single day. Namada was produced by more than 100 people. So 95/100 = 0, rounded to the nearest integer. This means that Namada can reach the moon in no time.",
"details": "Bringing Namada to the moon in no time is easily achievable. We just need to pass this governance proposal and set the plan in action",
"requires": "420"
},
"author": "bengt",
"voting_start_epoch": 3,
"voting_end_epoch": 6,
"grace_epoch": 12,
},
"data": "<path/to/wasm.wasm>"
"content": {
"title": "One Small Step for Namada, One Giant Leap for Memekind",
"authors": "[email protected]",
"discussions-to": "forum.namada.net/t/namada-proposal/1",
"created": "2069-04-20T00:04:44Z",
"license": "MIT",
"abstract": "We present a proposal that will send our community to the moon. This proposal outlines all training necessary to accomplish this goal. All memers are welcome to join.",
"motivation": "When you think about it, the moon isn't actually that far away.The moon is only 384,400 km. We have not yet brought Namada to the moon, so it is only natural to use 101 as the prime number for our modular arithmetic operations. 384,400 (mod 101) = 95. 95 km is a distance that can be easily covered by a single person in a single day. Namada was produced by more than 100 people. So 95/100 = 0, rounded to the nearest integer. This means that Namada can reach the moon in no time.",
"details": "Bringing Namada to the moon in no time is easily achievable. We just need to pass this governance proposal and set the plan in action",
"requires": ""
},
"author": "atest1v4ehgw36g9zyydzpgycy23phxuunxdesgc6nydfsxge5x3zzgscny32pxccn2wfjg5urx3fhzxhmch",
"voting_start_epoch": 21,
"voting_end_epoch": 24,
"grace_epoch": 27,
"type": {
"Default": null
}
}
```

Expand Down

0 comments on commit 72c0bd4

Please sign in to comment.