Gov param-change
Tendermint3 posts507 views2 likesLast activity Mar 2020
DB
dbriggsieOP
Mar 2020Hi there I am struggling to change the MaxDepositPeriod & MaxVotingPeriod params on a testnet… What am I doing wrong here?
{
"title": "Deposit/Vote Time",
"description": "This is a testnet, lets make this quicker",
"changes": [
{
"subspace": "gov",
"key": "MaxDepositPeriod",
"value": 72800000000000
}
],
"deposit": [
{
"denom": "testtoken",
"amount": "10000000"
}
]
}09
09qw123
Mar 2020 2Check this section of the governance wiki https://github.com/gavinly/CosmosParametersWiki/blob/master/Governance.md#technical-specifications
DB
dbriggsie
Mar 2020Hi @09qw123
Thanks for this… but it still doesnt help me with any idea on how to layout the JSON…
Can you perhaps give me an example? everything I try doesnt work.