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.
This commit is contained in:
2026-06-15 10:38:58 +00:00
parent be54c7d7cd
commit 0838787aa8
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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