From 0838787aa8a1f2a632873148d5db3b8dec183ccd Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Mon, 15 Jun 2026 10:38:58 +0000 Subject: [PATCH] katana-mainnet: add Jovian (1773066601) fork override for op-geth + op-node Conduit rollup.json omits post-Fjord fork times; chain is past Jovian so without it op-geth/op-node mis-execute/mis-derive at the boundary. --- op/geth/katana-mainnet-op-geth-archive-leveldb-hash.yml | 3 +++ op/geth/katana-mainnet-op-geth-pruned-pebble-path.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/op/geth/katana-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/katana-mainnet-op-geth-archive-leveldb-hash.yml index 0eba57ac..3e8ed82d 100644 --- a/op/geth/katana-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/katana-mainnet-op-geth-archive-leveldb-hash.yml @@ -51,6 +51,7 @@ services: - 8551 environment: - GETH_OVERRIDE_ISTHMUS=1746806401 + - GETH_OVERRIDE_JOVIAN=1773066601 - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_SEQUENCERHTTP=https://rpc.katana.network entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=leveldb --gcmode=archive --datadir /data init --state.scheme=hash /config/genesis.json; exec geth "$@"' -- @@ -123,6 +124,8 @@ services: - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_OVERRIDE_ISTHMUS=1746806401 + - OP_NODE_OVERRIDE_JOVIAN=1773066601 - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 - OP_NODE_P2P_LISTEN_TCP_PORT=19246 diff --git a/op/geth/katana-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/katana-mainnet-op-geth-pruned-pebble-path.yml index 6c072117..0377c55a 100644 --- a/op/geth/katana-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/katana-mainnet-op-geth-pruned-pebble-path.yml @@ -51,6 +51,7 @@ services: - 8551 environment: - GETH_OVERRIDE_ISTHMUS=1746806401 + - GETH_OVERRIDE_JOVIAN=1773066601 - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true - GETH_ROLLUP_SEQUENCERHTTP=https://rpc.katana.network entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=pebble --gcmode=full --datadir /data init --state.scheme=path /config/genesis.json; exec geth "$@"' -- @@ -123,6 +124,8 @@ services: - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_OVERRIDE_ISTHMUS=1746806401 + - OP_NODE_OVERRIDE_JOVIAN=1773066601 - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_LISTEN_IP=0.0.0.0 - OP_NODE_P2P_LISTEN_TCP_PORT=19009