Created
March 2, 2019 00:55
-
-
Save shanev/f1185c8b75f7df8a8df435b7a8937b69 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "2018-11-29T02:28:27.057819Z", | |
"chain_id": "test-chain-JHrAIn", | |
"consensus_params": { | |
"block_size": { | |
"max_bytes": "22020096", | |
"max_gas": "-1" | |
}, | |
"evidence": { | |
"max_age": "100000" | |
}, | |
"validator": { | |
"pub_key_types": [ | |
"ed25519" | |
] | |
} | |
}, | |
"validators": [ | |
{ | |
"address": "37B2877A9F0675FDEC30A00DD35E97D7458F50E0", | |
"pub_key": { | |
"type": "tendermint/PubKeyEd25519", | |
"value": "HqR31sMtrixwQbCIGhTnsgv7lm5uFeHqieyagrlnC2k=" | |
}, | |
"power": "10", | |
"name": "" | |
} | |
], | |
"app_hash": "", | |
"app_state": { | |
"auth": { | |
"collected_fees": null, | |
"params": { | |
"MemoCostPerByte": "0", | |
"MaxMemoCharacters": "256", | |
"TxSigLimit": "7", | |
"SigVerifyCostED25519": "0", | |
"SigVerifyCostSecp256k1": "0" | |
} | |
}, | |
"bank": { | |
"send_enabled": true | |
}, | |
"accounts": [ | |
{ | |
"address": "cosmos18rsxqvckda8945hvsupcu99fu7dw3ke0kwf3e0", | |
"coins": [ | |
{ | |
"denom": "mycoin", | |
"amount": "9007199254740992" | |
} | |
] | |
}, | |
{ | |
"address": "cosmos1w3e82cmgv95kuctrvdex2emfwd68yctjpzp3mr", | |
"coins": [ | |
{ | |
"denom": "trusteak", | |
"amount": "123456" | |
} | |
] | |
} | |
], | |
"categories": [ | |
{ | |
"title": "Bugs", | |
"slug": "bugs", | |
"description": "" | |
}, | |
{ | |
"title": "Cryptocurrency", | |
"slug": "crypto", | |
"description": "" | |
}, | |
{ | |
"title": "ELI5", | |
"slug": "eli5", | |
"description": "" | |
}, | |
{ | |
"title": "Health", | |
"slug": "health", | |
"description": "" | |
}, | |
{ | |
"title": "News", | |
"slug": "news", | |
"description": "" | |
}, | |
{ | |
"title": "Random", | |
"slug": "random", | |
"description": "" | |
} | |
], | |
"challenge": { | |
"params": { | |
"challenge_to_backing_ratio": "1.000000000000000000", | |
"min_challenge_threshold": "10000000000", | |
"min_challenge_stake": "1" | |
} | |
}, | |
"expiration": { | |
"params": { | |
"amount_weight": "0.333000000000000000", | |
"period_weight": "0.667000000000000000", | |
"min_interest_rate": "0.000000000000000000", | |
"max_interest_rate": "0.100000000000000000" | |
} | |
}, | |
"stake": { | |
"params": { | |
"min_argument_length": "10", | |
"max_argument_length": "1000", | |
"min_interest_rate": "0.000000000000000000", | |
"max_interest_rate": "0.100000000000000000", | |
"amount_weight": "0.333000000000000000", | |
"period_weight": "0.667000000000000000" | |
} | |
}, | |
"story": { | |
"params": { | |
"expire_duration": "86400000000000", | |
"min_story_length": "25", | |
"max_story_length": "350", | |
"voting_duration": "86400000000000" | |
} | |
}, | |
"vote": { | |
"params": { | |
"stake_amount": { | |
"denom": "trusteak", | |
"amount": "10000000000" | |
} | |
} | |
}, | |
"voting": { | |
"params": { | |
"staker_reward_pool_share": "0.750000000000000000", | |
"majority_percent": "0.510000000000000000" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment