mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-24 23:35:19 +00:00
fix: revert protonet voting period to 10min and change internal testnet period to 7d (#2009)
This commit is contained in:
parent
b8e6e584b8
commit
6862cde560
7
ci/env/kava-internal-testnet/genesis.json
vendored
7
ci/env/kava-internal-testnet/genesis.json
vendored
@ -567,7 +567,6 @@
|
||||
"denom": "usdx",
|
||||
"amount": "103000000000"
|
||||
},
|
||||
|
||||
{
|
||||
"denom": "xrpb",
|
||||
"amount": "1000000000000000"
|
||||
@ -2284,7 +2283,9 @@
|
||||
"votes": [],
|
||||
"proposals": [],
|
||||
"deposit_params": null,
|
||||
"voting_params": null,
|
||||
"voting_params": {
|
||||
"voting_period": "604800s"
|
||||
},
|
||||
"tally_params": null,
|
||||
"params": {
|
||||
"min_deposit": [
|
||||
@ -2294,7 +2295,7 @@
|
||||
}
|
||||
],
|
||||
"max_deposit_period": "172800s",
|
||||
"voting_period": "600s",
|
||||
"voting_period": "604800s",
|
||||
"quorum": "0.334000000000000000",
|
||||
"threshold": "0.500000000000000000",
|
||||
"veto_threshold": "0.334000000000000000",
|
||||
|
4
ci/env/kava-protonet/genesis.json
vendored
4
ci/env/kava-protonet/genesis.json
vendored
@ -2172,7 +2172,7 @@
|
||||
"max_deposit_period": "172800s"
|
||||
},
|
||||
"voting_params": {
|
||||
"voting_period": "604800s"
|
||||
"voting_period": "600s"
|
||||
},
|
||||
"tally_params": {
|
||||
"quorum": "0.334000000000000000",
|
||||
@ -2187,7 +2187,7 @@
|
||||
}
|
||||
],
|
||||
"max_deposit_period": "172800s",
|
||||
"voting_period": "604800s",
|
||||
"voting_period": "600s",
|
||||
"quorum": "0.334000000000000000",
|
||||
"threshold": "0.500000000000000000",
|
||||
"veto_threshold": "0.334000000000000000",
|
||||
|
Loading…
Reference in New Issue
Block a user