op.superseed.sepolia: bump conduit-op-reth v2.1.1 -> v2.1.2

Also regenerates digibyte-mainnet compose to match already-landed digibyted 9.26.5 pin.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-28 02:43:25 +00:00
parent c3ce5da911
commit 093ecb0d7a
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ services:
context: ./digibyte context: ./digibyte
dockerfile: digibyted.Dockerfile dockerfile: digibyted.Dockerfile
args: args:
VERSION: ${DIGIBYTE_MAINNET_DIGIBYTED_VERSION:-9.26.4} VERSION: ${DIGIBYTE_MAINNET_DIGIBYTED_VERSION:-9.26.5}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services: services:
superseed-sepolia-op-reth-pruned: superseed-sepolia-op-reth-pruned:
image: ${SUPERSEED_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${SUPERSEED_SEPOLIA_RETH_VERSION:-v2.1.1} image: ${SUPERSEED_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${SUPERSEED_SEPOLIA_RETH_VERSION:-v2.1.2}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle