Skip to content

Instantly share code, notes, and snippets.

@AlexBHarley
Created September 4, 2019 15:15
Show Gist options
  • Save AlexBHarley/446feed6a41e07d5a28028d0139e0d72 to your computer and use it in GitHub Desktop.
Save AlexBHarley/446feed6a41e07d5a28028d0139e0d72 to your computer and use it in GitHub Desktop.
{
"genesis_time": "2019-09-04T14:29:02.563542Z",
"chain_id": "engine",
"consensus_params": {
"block": {
"max_bytes": "22020096",
"max_gas": "-1",
"time_iota_ms": "1000"
},
"evidence": {
"max_age": "100000"
},
"validator": {
"pub_key_types": ["ed25519"]
}
},
"validators": [
{
"address": "464A7055C07EAF3AF2F3DA7617A1C3CD8A7D73E0",
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "A1yEU5z9weAK9UiCdM+Jx6NYWcyrjBsLgVCNx3iGgXE="
},
"power": "10",
"name": ""
}
],
"app_hash": "",
"app_state": {
"staking": {
"params": {
"unbonding_time": "1814400000000000",
"max_validators": 100,
"max_entries": 7,
"bond_denom": "stake"
},
"last_total_power": "0",
"last_validator_powers": null,
"validators": null,
"delegations": null,
"unbonding_delegations": null,
"redelegations": null,
"exported": false
},
"distribution": {
"fee_pool": {
"community_pool": []
},
"community_tax": "0.020000000000000000",
"base_proposer_reward": "0.010000000000000000",
"bonus_proposer_reward": "0.040000000000000000",
"withdraw_addr_enabled": true,
"delegator_withdraw_infos": [],
"previous_proposer": "",
"outstanding_rewards": [],
"validator_accumulated_commissions": [],
"validator_historical_rewards": [],
"validator_current_rewards": [],
"delegator_starting_infos": [],
"validator_slash_events": []
},
"accounts": [
{
"address": "cosmos1xrrz0ex7zsvqfg3twdjx9m3zjmk36fnqe4wpgu",
"coins": [
{
"denom": "dxt",
"amount": "1000"
}
],
"sequence_number": "0",
"account_number": "0",
"original_vesting": [],
"delegated_free": [],
"delegated_vesting": [],
"start_time": "0",
"end_time": "0",
"module_name": "",
"module_permissions": [""]
}
],
"auth": {
"params": {
"max_memo_characters": "256",
"tx_sig_limit": "7",
"tx_size_cost_per_byte": "10",
"sig_verify_cost_ed25519": "590",
"sig_verify_cost_secp256k1": "1000"
}
},
"rbac": null,
"bank": {
"send_enabled": true
},
"permissions": null,
"identity": null,
"params": null,
"genutil": {
"gentxs": null
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment