Skip to content

Instantly share code, notes, and snippets.

@jaybxyz
Last active August 23, 2023 07:22
Show Gist options
  • Save jaybxyz/df316413a5292d4580af550177fa92b2 to your computer and use it in GitHub Desktop.
Save jaybxyz/df316413a5292d4580af550177fa92b2 to your computer and use it in GitHub Desktop.
simapp-abstract-account-genesis.json
{
"genesis_time": "2023-08-23T04:34:59.107847Z",
"chain_id": "localnet",
"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": {
"allow_all_code_ids": true,
"allowed_code_ids": [],
"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": "cosmos1zaavvzxez0elundtn32qnk9lkm8kmcszzsv80v",
"pub_key": null,
"account_number": "0",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "cosmos1mzgucqnfr2l8cj5apvdpllhzt4zeuh2cshz5xu",
"pub_key": null,
"account_number": "1",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "cosmos185fflsvwrz0cx46w6qada7mdy92m6kx4gqx0ny",
"pub_key": null,
"account_number": "2",
"sequence": "0"
}
]
},
"bank": {
"params": {
"send_enabled": [],
"default_send_enabled": true
},
"balances": [
{
"address": "cosmos1zaavvzxez0elundtn32qnk9lkm8kmcszzsv80v",
"coins": [
{
"denom": "stake",
"amount": "10000000000000"
},
{
"denom": "utoken",
"amount": "10000000000000"
}
]
},
{
"address": "cosmos185fflsvwrz0cx46w6qada7mdy92m6kx4gqx0ny",
"coins": [
{
"denom": "stake",
"amount": "10000000000000"
},
{
"denom": "utoken",
"amount": "10000000000000"
}
]
},
{
"address": "cosmos1mzgucqnfr2l8cj5apvdpllhzt4zeuh2cshz5xu",
"coins": [
{
"denom": "stake",
"amount": "10000000000000"
},
{
"denom": "utoken",
"amount": "10000000000000"
}
]
}
],
"supply": [
{
"denom": "stake",
"amount": "30000000000000"
},
{
"denom": "utoken",
"amount": "30000000000000"
}
],
"denom_metadata": [],
"send_enabled": []
},
"consensus": null,
"poa": {
"validators": [
{
"pub_key": {
"ed25519": "hsSYCqBXtwNTYyV5ud/tYyB+78og7VztfWBvlBKEu8U="
},
"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