Skip to content

Instantly share code, notes, and snippets.

@cbergz
Created February 12, 2024 15:03
Show Gist options
  • Save cbergz/689a8f6b31372e016adefd3528edda64 to your computer and use it in GitHub Desktop.
Save cbergz/689a8f6b31372e016adefd3528edda64 to your computer and use it in GitHub Desktop.
Legacy Gov Params
{
"title": "Min Deposit and Max Deposit Period Change",
"deposit": "1000000adv4tnt",
"summary": "This is a proposal to decrease the min deposit and increase max deposit period.",
"messages": [
{
"@type": "/cosmos.gov.v1.MsgExecLegacyContent",
"content": {
"@type": "/cosmos.params.v1beta1.ParameterChangeProposal",
"changes": [
{
"subspace": "gov",
"key": "params",
"value": "{\"min_deposit\": [{\"denom\": \"adv4tnt\", \"amount\": \"100000000\"}]}"
},
{
"subspace": "gov",
"key": "params",
"value": "{\"max_deposit_period\": \"604800s\"}"
}
]
},
"authority": "dydx10d07y265gmmuvt4z0w9aw880jnsr700jnmapky"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment