Skip to content

Instantly share code, notes, and snippets.

@njmurarka
Created February 19, 2020 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save njmurarka/72e86b7c5d936645038dd85540563619 to your computer and use it in GitHub Desktop.
Save njmurarka/72e86b7c5d936645038dd85540563619 to your computer and use it in GitHub Desktop.
foo
{
"genesis_time": "2020-02-14T00:34:24.264849Z",
"chain_id": "bluzelle",
"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": {
"params": null,
"bank": {
"send_enabled": true
},
"crud": {
"BlzValues": null
},
"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"
}
},
"genutil": {
"gentxs": [
{
"type": "cosmos-sdk/StdTx",
"value": {
"msg": [
{
"type": "cosmos-sdk/MsgCreateValidator",
"value": {
"description": {
"moniker": "curium00",
"identity": "",
"website": "",
"details": ""
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "bluzelle13m5p9y4fsp45utx98jxhjj9z8ul45v4a0mdz7j",
"validator_address": "bluzellevaloper13m5p9y4fsp45utx98jxhjj9z8ul45v4a0k7lmy",
"pubkey": "bluzellevalconspub1zcjduepqavh7lf69zvnzarh3eu4v37rxyl0plasxy34pafrdxx4gwqc7ggrsg90tqm",
"value": {
"denom": "bnt",
"amount": "100000000"
}
}
}
],
"fee": {
"amount": [],
"gas": "200000"
},
"signatures": [
{
"pub_key": {
"type": "tendermint/PubKeySecp256k1",
"value": "A4C/gwugRgqhx0WnvKx60M5YhZKKdrVbk14Hra2DVXAr"
},
"signature": "yI05P0CaAoDnSWyy6y3/J8z4GTu1mwCvdID+oLH7xw4aSRnMS0fMdc/XoBHsY4oyblbztt3iIIWWqoR7oDJ7KA=="
}
],
"memo": "c454bf73b31b2e0e4a5dd3829413335145ae5a93@192.168.0.43:26656"
}
}
]
},
"supply": {
"supply": []
},
"staking": {
"params": {
"unbonding_time": "1814400000000000",
"max_validators": 100,
"max_entries": 7,
"bond_denom": "bnt"
},
"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": []
},
"slashing": {
"params": {
"max_evidence_age": "120000000000",
"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": {}
},
"accounts": [
{
"address": "bluzelle13m5p9y4fsp45utx98jxhjj9z8ul45v4a0mdz7j",
"coins": [
{
"denom": "bnt",
"amount": "10000000000"
}
],
"sequence_number": "0",
"account_number": "0",
"original_vesting": [],
"delegated_free": [],
"delegated_vesting": [],
"start_time": "0",
"end_time": "0",
"module_name": "",
"module_permissions": [
""
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment