From 9921391cfa230a667b42d2d59d04e5809d9f7c84 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Wed, 17 Jun 2026 01:39:58 +0000 Subject: [PATCH] doma-mainnet: add OP_NODE_OVERRIDE_JOVIAN=1769065201 (Conduit rollup.json omits it) Conduit's bare rollup.json for doma-mainnet omits jovian_time entirely, but the EL genesis activates Jovian at 1769065201. Without the override op-node has no Jovian fork time and mis-derives at the boundary (chain forks off canonical). Same fix pattern as bob-sepolia. Override comes from env/op/doma/mainnet/node.env. Co-Authored-By: Claude Opus 4.8 (1M context) --- op/geth/doma-mainnet-op-geth-pruned-pebble-path.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/op/geth/doma-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/doma-mainnet-op-geth-pruned-pebble-path.yml index b5d9f9ec..a4e9254d 100644 --- a/op/geth/doma-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/doma-mainnet-op-geth-pruned-pebble-path.yml @@ -156,6 +156,7 @@ services: - OP_NODE_METRICS_ADDR=0.0.0.0 - OP_NODE_METRICS_ENABLED=true - OP_NODE_METRICS_PORT=7300 + - OP_NODE_OVERRIDE_JOVIAN=1769065201 - OP_NODE_P2P_ADVERTISE_IP=${IP} - OP_NODE_P2P_BOOTNODES=enode://d25ce99435982b04d60c4b41ba256b84b888626db7bee45a9419382300fbe907359ae5ef250346785bff8d3b9d07cd3e017a27e2ee3cfda3bcbb0ba762ac9674@bootnode.conduit.xyz:0?discport=30301 - OP_NODE_P2P_LISTEN_IP=0.0.0.0