Created
August 21, 2023 13:23
-
-
Save larry0x/666074088d54dabd256aad35557e602c 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": "2023-05-23T00:00:00.000000Z", | |
"chain_id": "dev-1", | |
"initial_height": "1", | |
"consensus_params": { | |
"block": { | |
"max_bytes": "22020096", | |
"max_gas": "-1" | |
}, | |
"evidence": { | |
"max_age_num_blocks": "100000", | |
"max_age_duration": "172800000000000", | |
"max_bytes": "1048576" | |
}, | |
"validator": { | |
"pub_key_types": [ | |
"ed25519" | |
] | |
}, | |
"version": { | |
"app": "0" | |
} | |
}, | |
"app_hash": "", | |
"app_state": { | |
"abstractaccount": { | |
"params": { | |
"max_gas_before": 2000000, | |
"max_gas_after": 2000000 | |
}, | |
"next_account_id": 1 | |
}, | |
"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" | |
}, | |
"accounts": [ | |
{ | |
"@type": "/cosmos.auth.v1beta1.BaseAccount", | |
"address": "cosmos1tqr9a9m9nk0c22uq2c2slundmqhtnrnhwks7x0", | |
"pub_key": null, | |
"account_number": "0", | |
"sequence": "0" | |
} | |
] | |
}, | |
"bank": { | |
"params": { | |
"send_enabled": [], | |
"default_send_enabled": true | |
}, | |
"balances": [ | |
{ | |
"address": "cosmos1tqr9a9m9nk0c22uq2c2slundmqhtnrnhwks7x0", | |
"coins": [ | |
{ | |
"denom": "utoken", | |
"amount": "1000000000000" | |
} | |
] | |
} | |
], | |
"supply": [ | |
{ | |
"denom": "utoken", | |
"amount": "1000000000000" | |
} | |
], | |
"denom_metadata": [], | |
"send_enabled": [] | |
}, | |
"consensus": null, | |
"poa": { | |
"validators": [ | |
{ | |
"pub_key": { | |
"ed25519": "gmrFjO8wWx4ua/dHPBG6LYrCfW54zpyQadjTpPLtfak=" | |
}, | |
"power": 1 | |
} | |
] | |
}, | |
"wasm": { | |
"params": { | |
"code_upload_access": { | |
"permission": "Everybody", | |
"address": "", | |
"addresses": [] | |
}, | |
"instantiate_default_permission": "Everybody" | |
}, | |
"codes": [], | |
"contracts": [], | |
"sequences": [] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment