From abd240821b6992ee9f5284eb6fd6593a527c8c12 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Thu, 3 Sep 2026 07:57:10 +0000 Subject: [PATCH] deploy: regenerate compose from vibe-node main ace5146f8c1c --- op/reth/doma-testnet-op-reth-pruned-trace.yml | 2 +- op/reth/ronin-mainnet-op-reth-archive-trace.yml | 4 ++-- op/reth/ronin-saigon-op-reth-archive-trace.yml | 4 ++-- op/reth/ronin-saigon-op-reth-pruned-trace.yml | 4 ++-- op/reth/superseed-mainnet-op-reth-pruned-trace.yml | 2 +- op/reth/superseed-sepolia-op-reth-pruned-trace.yml | 2 +- op/reth/zircuit-garfield-op-reth-pruned-trace.yml | 2 +- op/reth/zircuit-mainnet-op-reth-pruned-trace.yml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/op/reth/doma-testnet-op-reth-pruned-trace.yml b/op/reth/doma-testnet-op-reth-pruned-trace.yml index e1fd9d73..cd3eca6f 100644 --- a/op/reth/doma-testnet-op-reth-pruned-trace.yml +++ b/op/reth/doma-testnet-op-reth-pruned-trace.yml @@ -46,7 +46,7 @@ services: logging: *logging-defaults doma-testnet-op-reth-pruned: - image: ${DOMA_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${DOMA_TESTNET_RETH_VERSION:-v2.1.1} + image: ${DOMA_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${DOMA_TESTNET_RETH_VERSION:-v2.2.0} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/op/reth/ronin-mainnet-op-reth-archive-trace.yml b/op/reth/ronin-mainnet-op-reth-archive-trace.yml index 89554d23..875c0046 100644 --- a/op/reth/ronin-mainnet-op-reth-archive-trace.yml +++ b/op/reth/ronin-mainnet-op-reth-archive-trace.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: ronin-mainnet: - image: ${RONIN_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${RONIN_MAINNET_RETH_VERSION:-v2.1.1} + image: ${RONIN_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${RONIN_MAINNET_RETH_VERSION:-v2.2.0} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle @@ -111,7 +111,7 @@ services: shm_size: 2gb ronin-mainnet-node: - image: ${RONIN_NODE_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node}:${RONIN_MAINNET_NODE_VERSION:-v1.19.2} + image: ${RONIN_NODE_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node}:${RONIN_MAINNET_NODE_VERSION:-v1.19.3} ports: - 19792:19792 - 19792:19792/udp diff --git a/op/reth/ronin-saigon-op-reth-archive-trace.yml b/op/reth/ronin-saigon-op-reth-archive-trace.yml index b5ee4a2a..57a042ea 100644 --- a/op/reth/ronin-saigon-op-reth-archive-trace.yml +++ b/op/reth/ronin-saigon-op-reth-archive-trace.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: ronin-saigon: - image: ${RONIN_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${RONIN_SAIGON_RETH_VERSION:-v2.1.1} + image: ${RONIN_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${RONIN_SAIGON_RETH_VERSION:-v2.2.0} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle @@ -110,7 +110,7 @@ services: shm_size: 2gb ronin-saigon-node: - image: ${RONIN_NODE_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node}:${RONIN_SAIGON_NODE_VERSION:-v1.19.2} + image: ${RONIN_NODE_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node}:${RONIN_SAIGON_NODE_VERSION:-v1.19.3} ports: - 16763:16763 - 16763:16763/udp diff --git a/op/reth/ronin-saigon-op-reth-pruned-trace.yml b/op/reth/ronin-saigon-op-reth-pruned-trace.yml index ac54d62f..0b1496d2 100644 --- a/op/reth/ronin-saigon-op-reth-pruned-trace.yml +++ b/op/reth/ronin-saigon-op-reth-pruned-trace.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: ronin-saigon-pruned: - image: ${RONIN_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${RONIN_SAIGON_RETH_VERSION:-v2.1.1} + image: ${RONIN_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${RONIN_SAIGON_RETH_VERSION:-v2.2.0} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle @@ -111,7 +111,7 @@ services: shm_size: 2gb ronin-saigon-pruned-node: - image: ${RONIN_NODE_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node}:${RONIN_SAIGON_NODE_VERSION:-v1.19.2} + image: ${RONIN_NODE_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node}:${RONIN_SAIGON_NODE_VERSION:-v1.19.3} ports: - 18446:18446 - 18446:18446/udp diff --git a/op/reth/superseed-mainnet-op-reth-pruned-trace.yml b/op/reth/superseed-mainnet-op-reth-pruned-trace.yml index eb1bc276..de71df99 100644 --- a/op/reth/superseed-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/superseed-mainnet-op-reth-pruned-trace.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: superseed-mainnet-op-reth-pruned: - image: ${SUPERSEED_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${SUPERSEED_MAINNET_RETH_VERSION:-v2.1.2} + image: ${SUPERSEED_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${SUPERSEED_MAINNET_RETH_VERSION:-v2.2.0} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/op/reth/superseed-sepolia-op-reth-pruned-trace.yml b/op/reth/superseed-sepolia-op-reth-pruned-trace.yml index 786ac948..98f4091e 100644 --- a/op/reth/superseed-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/superseed-sepolia-op-reth-pruned-trace.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: superseed-sepolia-op-reth-pruned: - image: ${SUPERSEED_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${SUPERSEED_SEPOLIA_RETH_VERSION:-v2.1.2} + image: ${SUPERSEED_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${SUPERSEED_SEPOLIA_RETH_VERSION:-v2.2.0} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/op/reth/zircuit-garfield-op-reth-pruned-trace.yml b/op/reth/zircuit-garfield-op-reth-pruned-trace.yml index 4539a63b..d9ccd532 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.2.0} 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..873b0756 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.2.0} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle