Skip to content

Commit

Permalink
genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
lcwik committed Dec 15, 2023
1 parent c8fbb6d commit e32eb49
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions protocol/testing/containertest/preupgrade_genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@
"genesis_time": "2023-12-12T17:59:46.05659705Z",
"chain_id": "localdydxprotocol",
"initial_height": "1",
"consensus": {
"params": {
"abci": {
"vote_extensions_enable_height": "0"
},
"block": {
"max_bytes": "22020096",
"max_gas": "-1"
},
"evidence": {
"max_age_duration": "172800000000000",
"max_age_num_blocks": "100000",
"max_bytes": "1048576"
},
"validator": {
"pub_key_types": [
"ed25519"
]
},
"version": {
"app": "0"
}
}
},
"consensus_params": {
"block": {
"max_bytes": "4194304",
Expand Down Expand Up @@ -1127,19 +1151,31 @@
]
},
"gov": {
"constitution": "",
"deposits": [],
"params": {
"burn_proposal_deposit_prevote": false,
"burn_vote_quorum": false,
"burn_vote_veto": true,
"expedited_min_deposit": [
{
"amount": "50000000",
"denom": "adv4tnt"
}
],
"expedited_threshold": "0.667000000000000000",
"expedited_voting_period": "60s",
"max_deposit_period": "300s",
"min_deposit": [
{
"amount": "10000000",
"denom": "adv4tnt"
}
],
"min_deposit_ratio": "0.010000000000000000",
"min_initial_deposit_ratio": "0.20000",
"proposal_cancel_dest": "",
"proposal_cancel_ratio": "0.500000000000000000",
"quorum": "0.334000000000000000",
"threshold": "0.500000000000000000",
"veto_threshold": "0.334000000000000000",
Expand Down

0 comments on commit e32eb49

Please sign in to comment.