fix: revert protonet voting period to 10min and change internal testnet period to 7d (#2009)

This commit is contained in:
Draco 2024-08-19 12:51:21 -04:00 committed by GitHub
parent b8e6e584b8
commit 6862cde560
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View File

@ -567,7 +567,6 @@
"denom": "usdx", "denom": "usdx",
"amount": "103000000000" "amount": "103000000000"
}, },
{ {
"denom": "xrpb", "denom": "xrpb",
"amount": "1000000000000000" "amount": "1000000000000000"
@ -2284,7 +2283,9 @@
"votes": [], "votes": [],
"proposals": [], "proposals": [],
"deposit_params": null, "deposit_params": null,
"voting_params": null, "voting_params": {
"voting_period": "604800s"
},
"tally_params": null, "tally_params": null,
"params": { "params": {
"min_deposit": [ "min_deposit": [
@ -2294,7 +2295,7 @@
} }
], ],
"max_deposit_period": "172800s", "max_deposit_period": "172800s",
"voting_period": "600s", "voting_period": "604800s",
"quorum": "0.334000000000000000", "quorum": "0.334000000000000000",
"threshold": "0.500000000000000000", "threshold": "0.500000000000000000",
"veto_threshold": "0.334000000000000000", "veto_threshold": "0.334000000000000000",

View File

@ -2172,7 +2172,7 @@
"max_deposit_period": "172800s" "max_deposit_period": "172800s"
}, },
"voting_params": { "voting_params": {
"voting_period": "604800s" "voting_period": "600s"
}, },
"tally_params": { "tally_params": {
"quorum": "0.334000000000000000", "quorum": "0.334000000000000000",
@ -2187,7 +2187,7 @@
} }
], ],
"max_deposit_period": "172800s", "max_deposit_period": "172800s",
"voting_period": "604800s", "voting_period": "600s",
"quorum": "0.334000000000000000", "quorum": "0.334000000000000000",
"threshold": "0.500000000000000000", "threshold": "0.500000000000000000",
"veto_threshold": "0.334000000000000000", "veto_threshold": "0.334000000000000000",