Aztec compose: devnet 4.0.0-devnet.2-patch.0, testnet 4.1.0-rc.2

This commit is contained in:
2026-03-13 04:45:34 +00:00
parent 15eabc9e62
commit 3bffde93d3
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ x-logging-defaults: &logging-defaults
services:
aztec-devnet:
image: ${AZTEC_AZTEC_IMAGE:-aztecprotocol/aztec}:${AZTEC_DEVNET_AZTEC_VERSION:-4.0.2}
image: ${AZTEC_AZTEC_IMAGE:-aztecprotocol/aztec}:${AZTEC_DEVNET_AZTEC_VERSION:-4.0.0-devnet.2-patch.0}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -32,7 +32,7 @@ x-logging-defaults: &logging-defaults
services:
aztec-testnet:
image: ${AZTEC_AZTEC_IMAGE:-aztecprotocol/aztec}:${AZTEC_TESTNET_AZTEC_VERSION:-4.0.2}
image: ${AZTEC_AZTEC_IMAGE:-aztecprotocol/aztec}:${AZTEC_TESTNET_AZTEC_VERSION:-4.1.0-rc.2}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle