Skip to content

Instantly share code, notes, and snippets.

@loredanacirstea
Created April 18, 2022 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loredanacirstea/6bc35d04063f122efdd8af7f784bfe3a to your computer and use it in GitHub Desktop.
Save loredanacirstea/6bc35d04063f122efdd8af7f784bfe3a to your computer and use it in GitHub Desktop.
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