diff --git a/packages/docs/pages/users/public-goods-stewards/proposing.mdx b/packages/docs/pages/users/public-goods-stewards/proposing.mdx index cd6e698b..33a6c61e 100644 --- a/packages/docs/pages/users/public-goods-stewards/proposing.mdx +++ b/packages/docs/pages/users/public-goods-stewards/proposing.mdx @@ -19,7 +19,7 @@ Below is an example of a `PGFProposal` that a governance participant could submi "motivation": "Nobody knows technical research better than me. Trust me. I know it. I have the best technical research. I will be the best steward. Last night, Namada called me and said, Stewie, thank you. I will make public goods funding great again", "details": "As a genius baby, I possess an unmatched level of intelligence and a visionary mindset. I will utilize these qualities to solve the most complex problems, and direct public goods funding towards weapons of mass destruction ... i mean open source software for weapons of mass destruction" }, - "author": "stewie", + "author": "", "voting_start_epoch": 3, "voting_end_epoch": 6, "grace_epoch": 12 @@ -27,18 +27,17 @@ Below is an example of a `PGFProposal` that a governance participant could submi "data": { "continuous": [ { - "target": { - "amount": 420, - "address": "" - }, - "action": "add" + "Internal": { + "amount": "1000", + "target": "" + } } ], "retro": [ { - "target": { - "amount": 1337, - "address": "" + "Internal": { + "amount": "1500", + "target": "" } } ] @@ -55,7 +54,7 @@ In order to submit the proposal, the governance participant can use the followin ```shell copy namada client init-proposal \ - --pgf-proposal \ + --pgf-funding \ --data-path PGF_proposal.json ```