Created
May 16, 2019 14:04
-
-
Save cyborgshead/aa49584f1c95bc8e727db861fc5d88f7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"genesis_time": "2019-05-16T10:14:50.944049Z", | |
"chain_id": "chain-f9koFo", | |
"consensus_params": { | |
"block": { | |
"max_bytes": "22020096", | |
"max_gas": "-1", | |
"time_iota_ms": "1000" | |
}, | |
"evidence": { | |
"max_age": "100000" | |
}, | |
"validator": { | |
"pub_key_types": [ | |
"ed25519" | |
] | |
} | |
}, | |
"app_hash": "", | |
"app_state": { | |
"accounts": [ | |
{ | |
"addr": "cyber1mmzt7qkp3h5ncx24h60a0tdfr3fvjy8nu89yey", | |
"amt": "20000000000000000", | |
"nmb": "0" | |
} | |
], | |
"auth": { | |
"collected_fees": null, | |
"params": { | |
"max_memo_characters": "256", | |
"tx_sig_limit": "0", | |
"tx_size_cost_per_byte": "0", | |
"sig_verify_cost_ed25519": "0", | |
"sig_verify_cost_secp256k1": "0" | |
} | |
}, | |
"bank": { | |
"send_enabled": true | |
}, | |
"distr": { | |
"fee_pool": { | |
"community_pool": null | |
}, | |
"community_tax": "0.000000000000000000", | |
"base_proposer_reward": "0.010000000000000000", | |
"bonus_proposer_reward": "0.040000000000000000", | |
"withdraw_addr_enabled": true, | |
"delegator_withdraw_infos": null, | |
"previous_proposer": "", | |
"outstanding_rewards": null, | |
"validator_accumulated_commissions": null, | |
"validator_historical_rewards": null, | |
"validator_current_rewards": null, | |
"delegator_starting_infos": null, | |
"validator_slash_events": null | |
}, | |
"mint": { | |
"params": { | |
"tokens_per_block": "634195840" | |
} | |
}, | |
"staking": { | |
"pool": { | |
"not_bonded_tokens": "20000000000000000", | |
"bonded_tokens": "0" | |
}, | |
"params": { | |
"unbonding_time": "1814400000000000", | |
"max_validators": 146, | |
"max_entries": 7, | |
"bond_denom": "cyb" | |
}, | |
"last_total_power": "0", | |
"last_validator_powers": null, | |
"validators": null, | |
"delegations": null, | |
"unbonding_delegations": null, | |
"redelegations": null, | |
"exported": false | |
}, | |
"slashing": { | |
"params": { | |
"max_evidence_age": "1814400000000000", | |
"signed_blocks_window": "1800", | |
"min_signed_per_window": "0.700000000000000000", | |
"downtime_jail_duration": "0", | |
"slash_fraction_double_sign": "0.200000000000000000", | |
"slash_fraction_downtime": "0.001000000000000000" | |
}, | |
"signing_infos": {}, | |
"missed_blocks": {} | |
}, | |
"gov": { | |
"starting_proposal_id": "1", | |
"deposits": null, | |
"votes": null, | |
"proposals": null, | |
"deposit_params": { | |
"min_deposit": [ | |
{ | |
"denom": "cyb", | |
"amount": "500000000000" | |
} | |
], | |
"max_deposit_period": "172800000000000" | |
}, | |
"voting_params": { | |
"voting_period": "172800000000000" | |
}, | |
"tally_params": { | |
"quorum": "0.334000000000000000", | |
"threshold": "0.500000000000000000", | |
"veto": "0.334000000000000000" | |
} | |
}, | |
"gentxs": [ | |
{ | |
"type": "auth/StdTx", | |
"value": { | |
"msg": [ | |
{ | |
"type": "cosmos-sdk/MsgCreateValidator", | |
"value": { | |
"description": { | |
"moniker": "node0", | |
"identity": "tst", | |
"website": "com.com", | |
"details": "det" | |
}, | |
"commission": { | |
"rate": "0.000000000000000000", | |
"max_rate": "0.000000000000000000", | |
"max_change_rate": "0.000000000000000000" | |
}, | |
"min_self_delegation": "1", | |
"delegator_address": "cyber1mmzt7qkp3h5ncx24h60a0tdfr3fvjy8nu89yey", | |
"validator_address": "cybervaloper1mmzt7qkp3h5ncx24h60a0tdfr3fvjy8nuxh5hz", | |
"pubkey": "cybervalconspub1zcjduepqsv7ly879w3yhp3wsvs7jwvyj0ttru2tgd0z92fy5t3a76wk283gsjtunw6", | |
"value": { | |
"denom": "cyb", | |
"amount": "10000000000000000" | |
} | |
} | |
} | |
], | |
"fee": { | |
"amount": null, | |
"gas": "0" | |
}, | |
"signatures": [ | |
{ | |
"pub_key": { | |
"type": "tendermint/PubKeySecp256k1", | |
"value": "AoVfCFbUmYliRCRiCyiCgh5HV6Ryv4Mhjmpp3BvdEt3Y" | |
}, | |
"signature": "+hV3V0N+KbtdIZMPc5ggMURo4Q5+1gLxiU2KkunIoX58mtwt12t5SeRS+2flJp9lddvLt43XRwCLggRtAzUwGA==" | |
} | |
], | |
"memo": "[email protected]:26656" | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment