Submitting a Proposal (CLI)
Last updated
Was this helpful?
Last updated
Was this helpful?
target the parameters of specific modules. Go to the , and go to the 'parameters' tab for the module you are interested in.
You can query the current setting for that parameter with junod query params subspace [module] [parameter]
. For example, to query , you would do:
This will return:
You can query parameters as well:
This will return:
Let's take this BlockParams parameter as an example. Say we want to create a proposal that increases this value.
We can encode the parameter change in a JSON proposal like so. You can to format the description in markdown.
We can then submit it:
(Note: this example is ).
Other types of proposals include and software-upgrade
/cancel-software-upgrade
.