morphnode --mainnet does NOT self-generate config (crash: Config File not found in /db/config). Add init container that seeds the committed morph/mainnet/node-data/config/ (config.toml + genesis.json, from run-morph-node) into /db/config (no-clobber). Node renamed morph-node -> morph (cleaner; vol _morph, MORPH_MAINNET_MORPH_* env). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
96 lines
2.6 KiB
JSON
96 lines
2.6 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"
|
|
},
|
|
{
|
|
"address": "CCB261D3D07500A041CBF8DBDA8BAF6C30D442D9",
|
|
"pub_key": {
|
|
"type": "tendermint/PubKeyEd25519",
|
|
"value": "RTumlijhEDvRrmitZjIAUnajUI0SztEP1pFdVVH/Ct4="
|
|
},
|
|
"power": "1",
|
|
"name": "node3"
|
|
},
|
|
{
|
|
"address": "4321301E015EB29A934841DDF3F1C8DEF2FAA1B5",
|
|
"pub_key": {
|
|
"type": "tendermint/PubKeyEd25519",
|
|
"value": "vn5xGoYJVQVbvEl00qr+JpKw0+zrp3INKNKbJfNLJ6E="
|
|
},
|
|
"power": "1",
|
|
"name": "node4"
|
|
},
|
|
{
|
|
"address": "83ED2116E889494AB9017530EF8D833DF8358B07",
|
|
"pub_key": {
|
|
"type": "tendermint/PubKeyEd25519",
|
|
"value": "d6GgF1neO2k+wajm0IOgW6ymGhf6q7F1RJpjtwgFbHk="
|
|
},
|
|
"power": "1",
|
|
"name": "node5"
|
|
},
|
|
{
|
|
"address": "8E04413FCC1BA73C7AEB86D9A1479C3BE47012CE",
|
|
"pub_key": {
|
|
"type": "tendermint/PubKeyEd25519",
|
|
"value": "aO4/nCUoLHHYHjTUGI/CUUpByXuMtdkJzHimJLHifLo="
|
|
},
|
|
"power": "1",
|
|
"name": "node6"
|
|
}
|
|
],
|
|
"app_hash": ""
|
|
} |