From b15af199d4a9222a36e134b01c26f63c03c8b95c Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Fri, 28 Aug 2026 04:17:37 +0000 Subject: [PATCH] zircuit: reth version v2.1.2->v2.1.1 for mainnet and garfield; add robinhood-sepolia URL to reference-rpc-endpoint.json --- op/reth/zircuit-garfield-op-reth-pruned-trace.yml | 2 +- op/reth/zircuit-mainnet-op-reth-pruned-trace.yml | 2 +- reference-rpc-endpoint.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/op/reth/zircuit-garfield-op-reth-pruned-trace.yml b/op/reth/zircuit-garfield-op-reth-pruned-trace.yml index 4539a63b..252ef585 100644 --- a/op/reth/zircuit-garfield-op-reth-pruned-trace.yml +++ b/op/reth/zircuit-garfield-op-reth-pruned-trace.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: zircuit-garfield-op-reth-pruned: - image: ${ZIRCUIT_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${ZIRCUIT_GARFIELD_RETH_VERSION:-v2.1.2} + image: ${ZIRCUIT_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${ZIRCUIT_GARFIELD_RETH_VERSION:-v2.1.1} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/op/reth/zircuit-mainnet-op-reth-pruned-trace.yml b/op/reth/zircuit-mainnet-op-reth-pruned-trace.yml index 7aeca233..9d057f4b 100644 --- a/op/reth/zircuit-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/zircuit-mainnet-op-reth-pruned-trace.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: zircuit-mainnet-op-reth-pruned: - image: ${ZIRCUIT_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${ZIRCUIT_MAINNET_RETH_VERSION:-v2.1.2} + image: ${ZIRCUIT_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${ZIRCUIT_MAINNET_RETH_VERSION:-v2.1.1} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/reference-rpc-endpoint.json b/reference-rpc-endpoint.json index 91b5208e..39a3ea8c 100644 --- a/reference-rpc-endpoint.json +++ b/reference-rpc-endpoint.json @@ -3441,6 +3441,7 @@ "syncing_lag": 40, "urls": [ "https://rpc.testnet.chain.robinhood.com/rpc", + "https://robinhood-sepolia-rpc.publicnode.com", "https://robinhood-testnet.drpc.org" ] },