linea besu now mainline

This commit is contained in:
goldsquid
2026-06-04 20:28:22 +07:00
parent e30ec1d62f
commit 3247bfe5b1
6 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services:
linea-mainnet:
image: ${LINEA_BESU_IMAGE:-consensys/linea-besu-package}:${LINEA_MAINNET_BESU_VERSION:-beta-v4.4-rc7-20251128021032-58550ad}
image: ${LINEA_BESU_IMAGE:-hyperledger/besu}:${LINEA_MAINNET_BESU_VERSION:-26.5.0}
sysctls:
# TCP Performance
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:
linea-sepolia:
image: ${LINEA_BESU_IMAGE:-consensys/linea-besu-package}:${LINEA_SEPOLIA_BESU_VERSION:-beta-v4.4-rc7-20251128021032-58550ad}
image: ${LINEA_BESU_IMAGE:-hyperledger/besu}:${LINEA_SEPOLIA_BESU_VERSION:-26.5.0}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle