Change Gov Params for Cosmos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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