From 99664129aa238f721f0892adb03edd8845767bce Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Wed, 22 Jul 2026 23:25:05 +0000 Subject: [PATCH] deploy: regenerate compose from vibe-node main 4a45537ac06b --- aztec/aztec/aztec-mainnet-aztec-pruned.yml | 3 ++- aztec/aztec/aztec-testnet-aztec-pruned.yml | 3 ++- op/reth/katana-mainnet-op-reth-archive-trace.yml | 1 + op/reth/katana-mainnet-op-reth-pruned-trace.yml | 1 + wemix/go-wemix/wemix-mainnet-go-wemix-archive-leveldb-hash.yml | 2 +- wemix/go-wemix/wemix-mainnet-go-wemix-pruned-leveldb-hash.yml | 2 +- wemix/go-wemix/wemix-testnet-go-wemix-archive-leveldb-hash.yml | 2 +- wemix/go-wemix/wemix-testnet-go-wemix-pruned-leveldb-hash.yml | 2 +- 8 files changed, 10 insertions(+), 6 deletions(-) diff --git a/aztec/aztec/aztec-mainnet-aztec-pruned.yml b/aztec/aztec/aztec-mainnet-aztec-pruned.yml index 19274931..db1008e8 100644 --- a/aztec/aztec/aztec-mainnet-aztec-pruned.yml +++ b/aztec/aztec/aztec-mainnet-aztec-pruned.yml @@ -32,7 +32,7 @@ x-logging-defaults: &logging-defaults services: aztec-mainnet-pruned: - image: ${AZTEC_AZTEC_IMAGE:-aztecprotocol/aztec}:${AZTEC_MAINNET_AZTEC_VERSION:-5.0.0-rc.2} + image: ${AZTEC_AZTEC_IMAGE:-aztecprotocol/aztec}:${AZTEC_MAINNET_AZTEC_VERSION:-5.0.1} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle @@ -56,6 +56,7 @@ services: AZTEC_ADMIN_PORT: '8880' AZTEC_PORT: '8545' DATA_DIRECTORY: /var/lib/data + ETHEREUM_DEBUG_HOSTS: ${ETHEREUM_MAINNET_DEBUG_HOSTS:-${ETHEREUM_MAINNET_EXECUTION_RPC}} ETHEREUM_HOSTS: ${ETHEREUM_MAINNET_EXECUTION_RPC} L1_CONSENSUS_HOST_URLS: ${ETHEREUM_MAINNET_BEACON_REST} LOG_LEVEL: ${AZTEC_LOG_LEVEL:-info} diff --git a/aztec/aztec/aztec-testnet-aztec-pruned.yml b/aztec/aztec/aztec-testnet-aztec-pruned.yml index e2a0c119..7ae90b5b 100644 --- a/aztec/aztec/aztec-testnet-aztec-pruned.yml +++ b/aztec/aztec/aztec-testnet-aztec-pruned.yml @@ -32,7 +32,7 @@ x-logging-defaults: &logging-defaults services: aztec-testnet-pruned: - image: ${AZTEC_AZTEC_IMAGE:-aztecprotocol/aztec}:${AZTEC_TESTNET_AZTEC_VERSION:-5.0.0} + image: ${AZTEC_AZTEC_IMAGE:-aztecprotocol/aztec}:${AZTEC_TESTNET_AZTEC_VERSION:-5.0.1} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle @@ -56,6 +56,7 @@ services: AZTEC_ADMIN_PORT: '8880' AZTEC_PORT: '8545' DATA_DIRECTORY: /var/lib/data + ETHEREUM_DEBUG_HOSTS: ${ETHEREUM_SEPOLIA_DEBUG_HOSTS:-${ETHEREUM_SEPOLIA_EXECUTION_RPC}} ETHEREUM_HOSTS: ${ETHEREUM_SEPOLIA_EXECUTION_RPC} L1_CONSENSUS_HOST_URLS: ${ETHEREUM_SEPOLIA_BEACON_REST} LOG_LEVEL: ${AZTEC_LOG_LEVEL:-info} diff --git a/op/reth/katana-mainnet-op-reth-archive-trace.yml b/op/reth/katana-mainnet-op-reth-archive-trace.yml index f1cce608..4025fadb 100644 --- a/op/reth/katana-mainnet-op-reth-archive-trace.yml +++ b/op/reth/katana-mainnet-op-reth-archive-trace.yml @@ -134,6 +134,7 @@ services: - OP_NODE_P2P_LISTEN_IP=0.0.0.0 - OP_NODE_P2P_LISTEN_TCP_PORT=19265 - OP_NODE_P2P_LISTEN_UDP_PORT=19265 + - OP_NODE_P2P_STATIC=/ip4/34.19.21.27/tcp/9222/p2p/16Uiu2HAm3xezniqrtMrMqXKPp46Rb2d4mJ67f9TYayHC51SvCrqN - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - OP_NODE_ROLLUP_LOAD_PROTOCOL_VERSIONS=true - OP_NODE_RPC_ADDR=0.0.0.0 diff --git a/op/reth/katana-mainnet-op-reth-pruned-trace.yml b/op/reth/katana-mainnet-op-reth-pruned-trace.yml index db009cbb..e75b7b90 100644 --- a/op/reth/katana-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/katana-mainnet-op-reth-pruned-trace.yml @@ -135,6 +135,7 @@ services: - OP_NODE_P2P_LISTEN_IP=0.0.0.0 - OP_NODE_P2P_LISTEN_TCP_PORT=18767 - OP_NODE_P2P_LISTEN_UDP_PORT=18767 + - OP_NODE_P2P_STATIC=/ip4/34.19.21.27/tcp/9222/p2p/16Uiu2HAm3xezniqrtMrMqXKPp46Rb2d4mJ67f9TYayHC51SvCrqN - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - OP_NODE_ROLLUP_LOAD_PROTOCOL_VERSIONS=true - OP_NODE_RPC_ADDR=0.0.0.0 diff --git a/wemix/go-wemix/wemix-mainnet-go-wemix-archive-leveldb-hash.yml b/wemix/go-wemix/wemix-mainnet-go-wemix-archive-leveldb-hash.yml index 1f40ba28..89c6668a 100644 --- a/wemix/go-wemix/wemix-mainnet-go-wemix-archive-leveldb-hash.yml +++ b/wemix/go-wemix/wemix-mainnet-go-wemix-archive-leveldb-hash.yml @@ -34,7 +34,7 @@ services: context: ./wemix dockerfile: go-wemix.Dockerfile args: - VERSION: w0.10.13 + VERSION: w0.10.14 sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/wemix/go-wemix/wemix-mainnet-go-wemix-pruned-leveldb-hash.yml b/wemix/go-wemix/wemix-mainnet-go-wemix-pruned-leveldb-hash.yml index aa744494..d908fbad 100644 --- a/wemix/go-wemix/wemix-mainnet-go-wemix-pruned-leveldb-hash.yml +++ b/wemix/go-wemix/wemix-mainnet-go-wemix-pruned-leveldb-hash.yml @@ -34,7 +34,7 @@ services: context: ./wemix dockerfile: go-wemix.Dockerfile args: - VERSION: w0.10.13 + VERSION: w0.10.14 sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/wemix/go-wemix/wemix-testnet-go-wemix-archive-leveldb-hash.yml b/wemix/go-wemix/wemix-testnet-go-wemix-archive-leveldb-hash.yml index ede6d113..669c34bf 100644 --- a/wemix/go-wemix/wemix-testnet-go-wemix-archive-leveldb-hash.yml +++ b/wemix/go-wemix/wemix-testnet-go-wemix-archive-leveldb-hash.yml @@ -34,7 +34,7 @@ services: context: ./wemix dockerfile: go-wemix.Dockerfile args: - VERSION: w0.10.13 + VERSION: w0.10.14 sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/wemix/go-wemix/wemix-testnet-go-wemix-pruned-leveldb-hash.yml b/wemix/go-wemix/wemix-testnet-go-wemix-pruned-leveldb-hash.yml index 5784179f..fd3ae2dd 100644 --- a/wemix/go-wemix/wemix-testnet-go-wemix-pruned-leveldb-hash.yml +++ b/wemix/go-wemix/wemix-testnet-go-wemix-pruned-leveldb-hash.yml @@ -34,7 +34,7 @@ services: context: ./wemix dockerfile: go-wemix.Dockerfile args: - VERSION: w0.10.13 + VERSION: w0.10.14 sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle