From d4fc9487940beac052282dba6589a170644ba3a8 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Mon, 6 Jul 2026 15:39:48 +0000 Subject: [PATCH] mode: add mainnet L2 fork times to genesis.json config Add the post-Regolith OP-stack fork activation timestamps (canyon through karst) to op/mode/mainnet/genesis.json, sourced from the authoritative copy running on rpc-de-32 (sha256 ea320f6a). The committed genesis was missing every fork time after regolithTime, so op-reth could not apply the L2 hardfork schedule. canyonTime=shanghaiTime=1704992401, deltaTime=1708560000, ecotoneTime=1710374401, fjordTime=1720627201, graniteTime=1726070401, holoceneTime=1736445601, isthmusTime=1746806401, jovianTime=1764691201, karstTime=1783526401. --- op/mode/mainnet/genesis.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/op/mode/mainnet/genesis.json b/op/mode/mainnet/genesis.json index 12aa7b4b..bc94f585 100644 --- a/op/mode/mainnet/genesis.json +++ b/op/mode/mainnet/genesis.json @@ -17,6 +17,16 @@ "mergeNetsplitBlock": 0, "bedrockBlock": 0, "regolithTime": 0, + "canyonTime": 1704992401, + "shanghaiTime": 1704992401, + "deltaTime": 1708560000, + "ecotoneTime": 1710374401, + "fjordTime": 1720627201, + "graniteTime": 1726070401, + "holoceneTime": 1736445601, + "isthmusTime": 1746806401, + "jovianTime": 1764691201, + "karstTime": 1783526401, "terminalTotalDifficulty": 0, "terminalTotalDifficultyPassed": true, "optimism": {