diff --git a/tools/config/devnet_relaunch/genesis.json b/tools/config/devnet_relaunch/genesis.json index e6c760ee..8955ffd1 100644 --- a/tools/config/devnet_relaunch/genesis.json +++ b/tools/config/devnet_relaunch/genesis.json @@ -1,4 +1,25 @@ { + "genesis_time": "2023-09-28T16:49:43.017132956Z", + "chain_id": "market", + "initial_height": "1", + "consensus_params": { + "block": { + "max_bytes": "22020096", + "max_gas": "-1", + "time_iota_ms": "1000" + }, + "evidence": { + "max_age_num_blocks": "100000", + "max_age_duration": "172800000000000", + "max_bytes": "1048576" + }, + "validator": { + "pub_key_types": [ + "ed25519" + ] + }, + "version": {} + }, "app_hash": "", "app_state": { "auth": { @@ -121752,64 +121773,64 @@ "genutil": { "gen_txs": [ { - "auth_info": { - "fee": { - "amount": [], - "gas_limit": "200000", - "granter": "", - "payer": "" - }, - "signer_infos": [ - { - "mode_info": { - "single": { - "mode": "SIGN_MODE_DIRECT" - } - }, - "public_key": { - "@type": "/cosmos.crypto.secp256k1.PubKey", - "key": "AzV1bAB3hzWo5wJoURVU1gdkR5+Q9GXc2smwAb0oP69M" - }, - "sequence": "0" - } - ] - }, "body": { - "extension_options": [], - "memo": "25b05b29fdc661eeb418d8c7a638d88845ae542f@172.17.0.3:26656", "messages": [ { "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", - "commission": { - "max_change_rate": "0.010000000000000000", - "max_rate": "0.200000000000000000", - "rate": "0.100000000000000000" - }, - "delegator_address": "onomy15d2ltjk9knex7llg25y5uwa0ulst06pghzv4ln", "description": { - "details": "", - "identity": "", "moniker": "market", + "identity": "", + "website": "", "security_contact": "", - "website": "" + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" }, "min_self_delegation": "1", + "delegator_address": "onomy15d2ltjk9knex7llg25y5uwa0ulst06pghzv4ln", + "validator_address": "onomyvaloper15d2ltjk9knex7llg25y5uwa0ulst06pgt9wzr9", "pubkey": { "@type": "/cosmos.crypto.ed25519.PubKey", - "key": "+U7h260uKe1VkVw4eXBH3UFhBvzefIYW8rcTHwYu3iU=" + "key": "Vitw5rOPX2sWcUMZldo+pn154GiVS1Qz1WFJrKFqrV0=" }, - "validator_address": "onomyvaloper15d2ltjk9knex7llg25y5uwa0ulst06pgt9wzr9", "value": { - "amount": "10000000000000000000", - "denom": "stake" + "denom": "stake", + "amount": "10000000000000000000" } } ], - "non_critical_extension_options": [], - "timeout_height": "0" + "memo": "baffe7bc4cbca63f35da0ed2d3386c2d453d6739@172.17.0.3:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AzV1bAB3hzWo5wJoURVU1gdkR5+Q9GXc2smwAb0oP69M" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } }, "signatures": [ - "fTaGvxdtoHyRLI3wYZbENT6G5v8wy4WOQrL2SRqVSv8qY9uYU8Zc9dHt6bJkmZM861Gq3S+nh9pRLyRFq7YJ9w==" + "DNcjsvEzR42ozg81qeC0FZ4VVbTmxnCVKWUFTJNuGU1SUuX/CxzketaGhewUahTEEaoJBDwMV2gYZL749N3BPA==" ] } ] @@ -121935,26 +121956,5 @@ }, "upgrade": {}, "vesting": {} - }, - "chain_id": "market", - "consensus_params": { - "block": { - "max_bytes": "22020096", - "max_gas": "-1", - "time_iota_ms": "1000" - }, - "evidence": { - "max_age_duration": "172800000000000", - "max_age_num_blocks": "100000", - "max_bytes": "1048576" - }, - "validator": { - "pub_key_types": [ - "ed25519" - ] - }, - "version": {} - }, - "genesis_time": "2023-09-28T16:49:43.017132956Z", - "initial_height": "1" + } } \ No newline at end of file