zora-mainnet: add op-reth pruned-trace profile #20
Reference in New Issue
Block a user
Delete Branch "issue-162"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds
zora-mainnet-op-reth-pruned-trace.yml— a new op-reth pruned-trace compose profile for Zora mainnet (chain ID 7777777).Why: Zora is an OP Superchain member. The existing
op-gethconfigs are broken post the 2026-06-19 Sepolia hardfork (op-geth can no longer follow the post-hardfork chain for Superchain members). op-reth is the correct replacement.What changed:
op/reth/zora-mainnet-op-reth-pruned-trace.ymlOP_NODE_ROLLUP_CONFIG=/config/rollup.jsonin op-node env./op/zora/mainnet:/config(rollup.json + genesis.json + reth.toml)--chain=/config/genesis.jsonand--config=/config/reth/reth.tomlVerification:
./update.sh --filter op.zora.mainnetregenerated cleanly (0 errors). Full./update.shalso clean (471 compose files, 0 errors).rpc branch commit:
120c070a1e3b47c93d6a39bf5f89e6b7b8e6f219(vibe-node issue #162)