From c28bab03e298b96b86c94be50ece25b16b1a277e Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Mon, 22 Jun 2026 02:12:49 +0000 Subject: [PATCH] xlayer: update reth client version to v0.0.6.3 for June 22nd hard fork Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- op/reth/xlayer-mainnet-op-reth-archive-trace.yml | 2 +- op/reth/xlayer-testnet-op-reth-archive-trace.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/op/reth/xlayer-mainnet-op-reth-archive-trace.yml b/op/reth/xlayer-mainnet-op-reth-archive-trace.yml index 26c556ca..4a66ec47 100644 --- a/op/reth/xlayer-mainnet-op-reth-archive-trace.yml +++ b/op/reth/xlayer-mainnet-op-reth-archive-trace.yml @@ -51,7 +51,7 @@ services: logging: *logging-defaults xlayer-mainnet-op-reth: - image: ${XLAYER_RETH_IMAGE:-xlayer/xlayer-reth}:${XLAYER_MAINNET_RETH_VERSION:-v0.0.5.1} + image: ${XLAYER_RETH_IMAGE:-xlayer/xlayer-reth}:${XLAYER_MAINNET_RETH_VERSION:-v0.0.6.3} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/op/reth/xlayer-testnet-op-reth-archive-trace.yml b/op/reth/xlayer-testnet-op-reth-archive-trace.yml index f97abcb9..72142f4e 100644 --- a/op/reth/xlayer-testnet-op-reth-archive-trace.yml +++ b/op/reth/xlayer-testnet-op-reth-archive-trace.yml @@ -51,7 +51,7 @@ services: logging: *logging-defaults xlayer-testnet-op-reth: - image: ${XLAYER_RETH_IMAGE:-xlayer/xlayer-reth}:${XLAYER_TESTNET_RETH_VERSION:-v0.0.5.1} + image: ${XLAYER_RETH_IMAGE:-xlayer/xlayer-reth}:${XLAYER_TESTNET_RETH_VERSION:-v0.0.6.3} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle