Fix bob-sepolia op-reth-pruned-trace: local rollup config for op-node v1.19.0

Conduit's rollup.json lacked chain_op_config and fork times required by op-node v1.19.0, causing a crash loop. Mount op/bob/sepolia locally (genesis + rollup) and drop Conduit init containers.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-14 07:10:12 +02:00
parent ff49dc92f5
commit 4209d46ba7
3 changed files with 15379 additions and 43 deletions

15331
op/bob/sepolia/genesis.json Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,44 @@
{
"genesis": {
"l1": {
"hash": "0x3908ceae1d5aa3135f57fa1017231bb62c2e661e966a68fe80fd7dff0a2e7564",
"number": 6404314
},
"l2": {
"hash": "0xa286e5b6f82269ac1477f4136c09fb5c2ac9f005837ed2852610fc3e559b7256",
"number": 0
},
"l2_time": 1722352488,
"system_config": {
"batcherAddr": "0x0c2ac914b2378e5afaecbab08a171c769d34947c",
"overhead": "0x00000000000000000000000000000000000000000000000000000000000000bc",
"scalar": "0x00000000000000000000000000000000000000000000000000000000000a6fe0",
"gasLimit": 30000000
}
},
"block_time": 2,
"max_sequencer_drift": 600,
"seq_window_size": 3600,
"channel_timeout": 300,
"l1_chain_id": 11155111,
"l2_chain_id": 808813,
"regolith_time": 0,
"canyon_time": 0,
"delta_time": 0,
"ecotone_time": 0,
"fjord_time": 0,
"granite_time": 1725984001,
"holocene_time": 1732633200,
"isthmus_time": 1744905600,
"jovian_time": 1772548201,
"pectra_blob_schedule_time": 1742486400,
"batch_inbox_address": "0x734dde12fd466c14a85de838788efe6f1993c84c",
"deposit_contract_address": "0xbaaf3bafdbd660380938b27d21c31bb7d072a799",
"l1_system_config_address": "0x3974436fa4bb4deb5a04ace51a704b10ff5a1f25",
"protocol_versions_address": "0x0000000000000000000000000000000000000000",
"chain_op_config": {
"eip1559Elasticity": 6,
"eip1559Denominator": 50,
"eip1559DenominatorCanyon": 250
}
}

View File

@@ -29,22 +29,6 @@ x-logging-defaults: &logging-defaults
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
services:
bob-sepolia-op-reth-pruned-init:
image: alpine:3.21
user: root
entrypoint: [/bin/sh, -c]
command:
- |
apk add --no-cache curl wget
mkdir -p /config
[ -f /config/genesis.json ] || curl -fsSL -o /config/genesis.json "https://api.conduit.xyz/file/v1/optimism/genesis/bob-sepolia-dm6uw0yhh3"
restart: no
networks:
- chains
volumes:
- ${BOB_SEPOLIA_OP_RETH_PRUNED_TRACE_CONFIG:-bob-sepolia-op-reth-pruned-trace_config}:/config
logging: *logging-defaults
bob-sepolia-op-reth-pruned:
image: ${BOB_RETH_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-reth}:${BOB_SEPOLIA_RETH_VERSION:-v2.3.1}
sysctls:
@@ -102,14 +86,11 @@ services:
- --authrpc.jwtsecret=/jwtsecret
restart: unless-stopped
stop_grace_period: 5m
depends_on:
bob-sepolia-op-reth-pruned-init:
condition: service_completed_successfully
networks:
- chains
volumes:
- ${BOB_SEPOLIA_OP_RETH_PRUNED_TRACE_CONFIG:-bob-sepolia-op-reth-pruned-trace_config}:/config
- ${BOB_SEPOLIA_OP_RETH_PRUNED_TRACE_DATA:-bob-sepolia-op-reth-pruned-trace}:/root/.local/share/reth
- ./op/bob/sepolia:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -127,21 +108,6 @@ services:
- traefik.http.routers.bob-sepolia-op-reth-pruned-trace.middlewares=bob-sepolia-op-reth-pruned-trace-stripprefix, ipallowlist
shm_size: 2gb
bob-sepolia-op-reth-pruned-node-init:
image: alpine:3.20
entrypoint: [/bin/sh, -c]
command:
- |
apk add --no-cache ca-certificates curl
mkdir -p /config
[ -f /config/rollup.json ] || curl -fsSL -o /config/rollup.json "https://api.conduit.xyz/file/v1/optimism/rollup/bob-sepolia-dm6uw0yhh3"
restart: no
networks:
- chains
volumes:
- ${BOB_SEPOLIA_OP_RETH_PRUNED_TRACE_NODE_CONFIG:-bob-sepolia-op-reth-pruned-trace_node_config}:/config
logging: *logging-defaults
bob-sepolia-op-reth-pruned-node:
image: ${BOB_NODE_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node}:${BOB_SEPOLIA_NODE_VERSION:-v1.19.0}
ports:
@@ -161,6 +127,8 @@ services:
- OP_NODE_METRICS_ADDR=0.0.0.0
- OP_NODE_METRICS_ENABLED=true
- OP_NODE_METRICS_PORT=7300
- OP_NODE_OVERRIDE_GRANITE=1725984001
- OP_NODE_OVERRIDE_HOLOCENE=1732633200
- OP_NODE_OVERRIDE_JOVIAN=1772548201
- OP_NODE_OVERRIDE_PECTRABLOBSCHEDULE=1742486400
- OP_NODE_P2P_ADVERTISE_IP=${IP}
@@ -177,14 +145,12 @@ services:
entrypoint: [op-node]
restart: unless-stopped
depends_on:
bob-sepolia-op-reth-pruned-node-init:
condition: service_completed_successfully
bob-sepolia-op-reth-pruned:
condition: service_started
networks:
- chains
volumes:
- ${BOB_SEPOLIA_OP_RETH_PRUNED_TRACE_NODE_CONFIG:-bob-sepolia-op-reth-pruned-trace_node_config}:/config
- ./op/bob/sepolia:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:
@@ -202,11 +168,6 @@ services:
volumes:
bob-sepolia-op-reth-pruned-trace:
bob-sepolia-op-reth-pruned-trace_config:
bob-sepolia-op-reth-pruned-trace_node_config:
x-ephemeral-volumes:
- bob-sepolia-op-reth-pruned-trace_config
x-upstreams:
- id: $${ID}