Skip to content

Commit

Permalink
Merge pull request #409 from gavinly/patch-5
Browse files Browse the repository at this point in the history
Update proposal-types.mdx
  • Loading branch information
brentstone authored Dec 1, 2024
2 parents 22fa7cb + 367c330 commit 7225484
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/docs/pages/users/governance/proposal-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,19 @@ the amount specified will be sent upon execution of the proposal at the beginnin
}
```



#### IBC PGF proposals

For a PGF proposal that is to be executed on an IBC chain, the `"Internal"` data structure will be substituted with "IBC" and have the following contents:
For a PGF proposal that is to be executed on an IBC chain, the `"Internal"` data structure will be substituted with "Ibc" and have the following contents:

```json
"IBC":
"Ibc":
{

"amount": "1337",
"target": "tnam1q9rxk49a7y6fp8h5qwz47d6jhml0km2w2y7emqyz",
"port_id": "<port-id>",
"channel_id": "<channel-id>"
}
```
```

See an example of a complete proposal here: https://github.com/anoma/namada/blob/main/scripts/funding_proposal_template.json

0 comments on commit 7225484

Please sign in to comment.