Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Change Gov Params for Cosmos
{
"title": "Gov Tally Param Change (decrease quorum to 0.25)",
"description": "Decrease quorum from 0.334 to 0.25 during testnet testing. Increased decentralization of validators power has made it harder for core devs to obtain quorum on proposals during this testing phase. Vote to lower the quorum value.",
"changes": [
{
"subspace": "gov",
"key": "tallyparams",
"value": {"quorum":"0.250000000000000000","threshold":"0.500000000000000000","veto":"0.334000000000000000"}
}
],
"deposit": "10000000000000000000atevmos"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment