Toggle inflation
Toggles on-chain inflation
Draft proposal
cat << EOF | jq | tee draft_proposal.json
{
"title": "Turn on inflation",
"description": "Test turning off/on inflation params",
"changes": [
{
"subspace": "inflation",
"key": "InflationEnabled",
"value": true
}
],
"deposit": "20000000000unibi"
}
EOFSubmit proposal
Last updated