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-geth configs 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:
New compose file: op/reth/zora-mainnet-op-reth-pruned-trace.yml
op-reth EL + op-node CL configured for Zora mainnet
OP_NODE_ROLLUP_CONFIG=/config/rollup.json in op-node env
Volume mount ./op/zora/mainnet:/config (rollup.json + genesis.json + reth.toml)
reth uses --chain=/config/genesis.json and --config=/config/reth/reth.toml
Standard Superchain setup, no custom DA
Verification:./update.sh --filter op.zora.mainnet regenerated cleanly (0 errors). Full ./update.sh also clean (471 compose files, 0 errors).
## 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-geth` configs 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:**
- New compose file: `op/reth/zora-mainnet-op-reth-pruned-trace.yml`
- op-reth EL + op-node CL configured for Zora mainnet
- `OP_NODE_ROLLUP_CONFIG=/config/rollup.json` in op-node env
- Volume mount `./op/zora/mainnet:/config` (rollup.json + genesis.json + reth.toml)
- reth uses `--chain=/config/genesis.json` and `--config=/config/reth/reth.toml`
- Standard Superchain setup, no custom DA
**Verification:** `./update.sh --filter op.zora.mainnet` regenerated cleanly (0 errors). Full `./update.sh` also clean (471 compose files, 0 errors).
rpc branch commit: `120c070a1e3b47c93d6a39bf5f89e6b7b8e6f219`
(vibe-node issue #162)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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)