From 737a8e24a7ad23af03b44c2a17a34d27e10e914d Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Wed, 28 Jan 2026 03:30:22 +0000 Subject: [PATCH] Fix superseed mainnet rollup.json and haqq version - Add granite_time, holocene_time, isthmus_time to superseed mainnet rollup.json (fetched from live superseed sequencer) - Update haqq image from v1.9.2 to v1.9.1 (v1.9.2 doesn't exist on Docker Hub) Co-Authored-By: Claude Agent --- haqq/haqq/haqq-mainnet-haqq-pruned.yml | 2 +- op/superseed/mainnet/rollup.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/haqq/haqq/haqq-mainnet-haqq-pruned.yml b/haqq/haqq/haqq-mainnet-haqq-pruned.yml index 19388da2..69c97e3e 100644 --- a/haqq/haqq/haqq-mainnet-haqq-pruned.yml +++ b/haqq/haqq/haqq-mainnet-haqq-pruned.yml @@ -34,7 +34,7 @@ services: context: ./haqq dockerfile: haqq.Dockerfile args: - HAQQ_HAQQ_VERSION: ${HAQQ_MAINNET_HAQQ_VERSION:-v1.9.2} + HAQQ_HAQQ_VERSION: ${HAQQ_MAINNET_HAQQ_VERSION:-v1.9.1} HAQQ_HAQQ_IMAGE: ${HAQQ_MAINNET_HAQQ_IMAGE:-alhaqq/haqq} sysctls: # TCP Performance diff --git a/op/superseed/mainnet/rollup.json b/op/superseed/mainnet/rollup.json index 143eb721..96edaa92 100644 --- a/op/superseed/mainnet/rollup.json +++ b/op/superseed/mainnet/rollup.json @@ -32,6 +32,9 @@ "delta_time": 0, "ecotone_time": 0, "fjord_time": 0, + "granite_time": 1726185601, + "holocene_time": 1736445601, + "isthmus_time": 1746806401, "batch_inbox_address": "0x8612014a343089f1ddbacfd42baf4afbf9133593", "deposit_contract_address": "0x2c2150aa5c75a24fb93d4fd2f2a895d618054f07", "l1_system_config_address": "0x525a2744134805516a45b8abb6aa0aa1da3809f6",