Commit Graph

2 Commits

Author SHA1 Message Date
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
2adce4cf5a morph: rename node morph-node->morph; add CL config seed (config.toml+genesis.json)
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>
2026-06-15 12:02:56 +00:00