You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Examples of `proposal.json` for a few commonly submitted proposal types:
27
+
## Examples of `proposal.json` for a few commonly submitted proposal types
28
28
29
-
### 1) Text proposals:
29
+
### 1) Text proposals
30
30
31
31
```bash
32
32
{
@@ -43,7 +43,7 @@ The main parameters here are:
43
43
-`proposal-title` - name of the proposal.
44
44
-`proposal_description` - proposal description; limited to 255 characters; you can use json markdown to provide links.
45
45
46
-
### 2) Community Pool Spend:
46
+
### 2) Community Pool Spend
47
47
48
48
```bash
49
49
{
@@ -73,11 +73,11 @@ The main parameters here are:
73
73
-`proposal-title` - name of the proposal.
74
74
-`proposal_description` - proposal description; limited to 255 characters; you can use json markdown to provide links.
75
75
-`recipient-address`- cheqd address to which the community pool tokens should be sent.
76
-
-`amount` - amount of tokens to be sent to the recipient address.
76
+
-`amount` - amount of tokens to be sent to the recipient address.
77
77
78
-
### 3) Software upgrade:
78
+
### 3) Software upgrade
79
79
80
-
```
80
+
```json
81
81
{
82
82
"messages": [
83
83
{
@@ -110,7 +110,7 @@ The main parameters here are:
110
110
-`operator_alias` - alias of a key which will be used for signing proposal.
111
111
-`<chain_id>` - identifier of chain which will be used while creating the blockchain.
112
112
113
-
### 4) IBC Recover Client:
113
+
### 4) IBC Recover Client
114
114
115
115
```bash
116
116
{
@@ -142,7 +142,7 @@ The main parameters here are:
142
142
143
143
Cosmos SDK v0.50+ also added support for **expedited proposals**. Expedited proposals have shorter a voting period and a higher tally threshold by default. If an expedited proposal fails to meet the threshold within the shorter voting period, it is then automatically converted to a regular proposal and restarts voting under regular voting conditions.
144
144
145
-
### Submitting expedited proposals
145
+
### Submitting expedited proposals
146
146
147
147
Any and all proposals can be submitted as expedited proposals by switching the `expedited` field to `true` in proposal.json file. Eg;-
0 commit comments