Files
ethereum-rpc-docker/morph/mainnet/node-data/config/genesis.json
Claude Agent 89ab8bd3ac morph mainnet: trim genesis validators 7→3 (current operational set)
Sync genesis.json from morph-l2/run-morph-node mainnet/node-data/config/,
keeping only node0–node2 to match the live 3-validator network (config.toml
already lists 3 persistent_peers). Removes stale node3–node6 entries.
2026-06-28 06:26:29 +00:00

60 lines
1.5 KiB
JSON

{
"genesis_time": "2024-10-21T06:00:00.000000Z",
"chain_id": "chain-morph-mainnet",
"initial_height": "0",
"consensus_params": {
"batch": {
"blocks_interval": "600",
"max_bytes": "124928",
"timeout": "1200000000000",
"max_chunks": "45"
},
"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"
}
},
"validators": [
{
"address": "C4C03D7EACF69EA292EC5CF715DF6EEB37C2511E",
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "LX3NK5P8re9F/N9lRTEYql0++uJ+MUbVBGRTGxn8r7Q="
},
"power": "1",
"name": "node0"
},
{
"address": "0C42B6A9A67987B99441CF75BC352DE67827141D",
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "Ty4Puoo/5wmw2ZI+E7aZJLkMuIn4BtPO/ppW2STzmDk="
},
"power": "1",
"name": "node1"
},
{
"address": "982B4E591331447E5D16FAD9DA714D2A12D8CB44",
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "id7Ro5uCe3oAH7tv2pwmRBtnvwpYa47lIjbK99Km68o="
},
"power": "1",
"name": "node2"
}
],
"app_hash": ""
}