Skip to content

Commit

Permalink
Genesis.
Browse files Browse the repository at this point in the history
  • Loading branch information
philiparthurmoore committed Apr 14, 2021
1 parent 38776b4 commit b495947
Showing 1 changed file with 77 additions and 77 deletions.
154 changes: 77 additions & 77 deletions 0-black-mamba/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,22 @@
},
"app_hash": "",
"app_state": {
"mint": {
"minter": {
"inflation": "0.130000000000000000",
"annual_provisions": "0.000000000000000000"
},
"slashing": {
"params": {
"mint_denom": "front",
"inflation_rate_change": "0.130000000000000000",
"inflation_max": "0.200000000000000000",
"inflation_min": "0.070000000000000000",
"goal_bonded": "0.670000000000000000",
"blocks_per_year": "6311520"
}
},
"bank": {
"send_enabled": true
"signed_blocks_window": "100",
"min_signed_per_window": "0.500000000000000000",
"downtime_jail_duration": "600000000000",
"slash_fraction_double_sign": "0.050000000000000000",
"slash_fraction_downtime": "0.010000000000000000"
},
"signing_infos": {},
"missed_blocks": {}
},
"supply": {
"supply": []
"crisis": {
"constant_fee": {
"denom": "front",
"amount": "1000"
}
},
"genutil": {
"gentxs": [
Expand Down Expand Up @@ -89,67 +86,18 @@
}
]
},
"gov": {
"starting_proposal_id": "1",
"deposits": null,
"votes": null,
"proposals": null,
"deposit_params": {
"min_deposit": [
{
"denom": "front",
"amount": "10000000"
}
],
"max_deposit_period": "172800000000000"
},
"voting_params": {
"voting_period": "172800000000000"
},
"tally_params": {
"quorum": "0.334000000000000000",
"threshold": "0.500000000000000000",
"veto": "0.334000000000000000"
}
},
"staking": {
"params": {
"unbonding_time": "1814400000000000",
"max_validators": 100,
"max_entries": 7,
"historical_entries": 0,
"bond_denom": "front"
},
"last_total_power": "0",
"last_validator_powers": null,
"validators": null,
"delegations": null,
"unbonding_delegations": null,
"redelegations": null,
"exported": false
},
"slashing": {
"params": {
"signed_blocks_window": "100",
"min_signed_per_window": "0.500000000000000000",
"downtime_jail_duration": "600000000000",
"slash_fraction_double_sign": "0.050000000000000000",
"slash_fraction_downtime": "0.010000000000000000"
"mint": {
"minter": {
"inflation": "0.130000000000000000",
"annual_provisions": "0.000000000000000000"
},
"signing_infos": {},
"missed_blocks": {}
},
"evidence": {
"params": {
"max_evidence_age": "120000000000"
},
"evidence": []
},
"params": null,
"crisis": {
"constant_fee": {
"denom": "front",
"amount": "1000"
"mint_denom": "front",
"inflation_rate_change": "0.130000000000000000",
"inflation_max": "0.200000000000000000",
"inflation_min": "0.070000000000000000",
"goal_bonded": "0.670000000000000000",
"blocks_per_year": "6311520"
}
},
"distribution": {
Expand All @@ -171,6 +119,34 @@
"delegator_starting_infos": [],
"validator_slash_events": []
},
"evidence": {
"params": {
"max_evidence_age": "120000000000"
},
"evidence": []
},
"bank": {
"send_enabled": true
},
"supply": {
"supply": []
},
"staking": {
"params": {
"unbonding_time": "1814400000000000",
"max_validators": 100,
"max_entries": 7,
"historical_entries": 0,
"bond_denom": "front"
},
"last_total_power": "0",
"last_validator_powers": null,
"validators": null,
"delegations": null,
"unbonding_delegations": null,
"redelegations": null,
"exported": false
},
"auth": {
"params": {
"max_memo_characters": "256",
Expand Down Expand Up @@ -211,6 +187,30 @@
}
}
]
}
},
"gov": {
"starting_proposal_id": "1",
"deposits": null,
"votes": null,
"proposals": null,
"deposit_params": {
"min_deposit": [
{
"denom": "front",
"amount": "10000000"
}
],
"max_deposit_period": "172800000000000"
},
"voting_params": {
"voting_period": "172800000000000"
},
"tally_params": {
"quorum": "0.334000000000000000",
"threshold": "0.500000000000000000",
"veto": "0.334000000000000000"
}
},
"params": null
}
}

0 comments on commit b495947

Please sign in to comment.