Skip to content

Instantly share code, notes, and snippets.

@cbergz
Created February 12, 2024 15:01
Show Gist options
  • Save cbergz/110cd9cefc11ec34aa179b32dcc0ef7b to your computer and use it in GitHub Desktop.
Save cbergz/110cd9cefc11ec34aa179b32dcc0ef7b to your computer and use it in GitHub Desktop.
Gov Params Update Proposal
{
"title": "Min Deposit and Max Deposit Period Change",
"deposit": "1000000adv4tnt",
"summary": "Test proposal to decrease min_deposit and increase max_deposit_period.",
"messages": [
{
"@type": "/cosmos.gov.v1.MsgUpdateParams",
"authority": "dydx10d07y265gmmuvt4z0w9aw880jnsr700jnmapky",
"params": {
"min_deposit": [{"amount": "100000000", "denom": "adv4tnt"}],
"max_deposit_period": "604800s",
"quorum": "0.334000000000000000",
"threshold": "0.500000000000000000",
"veto_threshold": "0.334000000000000000",
"min_initial_deposit_ratio": "0.000000000000000000",
"burn_vote_quorum": false,
"burn_proposal_deposit_prevote": false,
"burn_vote_veto": true,
"voting_period": "172800s"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment