Paramter Change Proposal
What is a Parameter Change Proposal?
Proposal Structure
{
"title": "Upgrade Voting Period to 1h",
"summary": "We would like to upgrade the voting period to 1 hour.",
"metadata": "ipfs://CID",
"messages": [
{
"@type": "/cosmos.gov.v1.MsgUpdateParams",
"authority": "self10d07y265gmmuvt4z0w9aw880jnsr700jlfwec6",
"params": {
"min_deposit": [
{
"denom": "uslf",
"amount": "10000000"
}
],
"max_deposit_period": "172800s",
"quorum": "0.334000000000000000",
"threshold": "0.500000000000000000",
"veto_threshold": "0.334000000000000000",
"min_initial_deposit_ratio": "1",
"voting_period": "300s"
}
}
],
"deposit": "10000000uslf"
}Last updated