Skip to content

Commit

Permalink
fix: revert protonet voting period to 10min and change internal testn…
Browse files Browse the repository at this point in the history
…et period to 7d (#2009)
  • Loading branch information
DracoLi authored Aug 19, 2024
1 parent b8e6e58 commit 6862cde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions ci/env/kava-internal-testnet/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@
"denom": "usdx",
"amount": "103000000000"
},

{
"denom": "xrpb",
"amount": "1000000000000000"
Expand Down Expand Up @@ -2284,7 +2283,9 @@
"votes": [],
"proposals": [],
"deposit_params": null,
"voting_params": null,
"voting_params": {
"voting_period": "604800s"
},
"tally_params": null,
"params": {
"min_deposit": [
Expand All @@ -2294,7 +2295,7 @@
}
],
"max_deposit_period": "172800s",
"voting_period": "600s",
"voting_period": "604800s",
"quorum": "0.334000000000000000",
"threshold": "0.500000000000000000",
"veto_threshold": "0.334000000000000000",
Expand Down
4 changes: 2 additions & 2 deletions ci/env/kava-protonet/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2172,7 +2172,7 @@
"max_deposit_period": "172800s"
},
"voting_params": {
"voting_period": "604800s"
"voting_period": "600s"
},
"tally_params": {
"quorum": "0.334000000000000000",
Expand All @@ -2187,7 +2187,7 @@
}
],
"max_deposit_period": "172800s",
"voting_period": "604800s",
"voting_period": "600s",
"quorum": "0.334000000000000000",
"threshold": "0.500000000000000000",
"veto_threshold": "0.334000000000000000",
Expand Down

0 comments on commit 6862cde

Please sign in to comment.