update
This commit is contained in:
@@ -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.0-rc17-20251024131506-d32162b}
|
||||
image: ${LINEA_BESU_IMAGE:-consensys/linea-besu-package}:${LINEA_MAINNET_BESU_VERSION:-beta-v4.0-rc17-20251027155452-cd25bfd}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||
|
||||
@@ -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.0-rc17-20251024131506-d32162b}
|
||||
image: ${LINEA_BESU_IMAGE:-consensys/linea-besu-package}:${LINEA_SEPOLIA_BESU_VERSION:-beta-v4.0-rc17-20251027155452-cd25bfd}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
context: ./sei
|
||||
dockerfile: sei.Dockerfile
|
||||
args:
|
||||
SEI_VERSION: ${SEI_MAINNET_SEI_VERSION:-v6.2.2}
|
||||
SEI_VERSION: ${SEI_MAINNET_SEI_VERSION:-v6.2.3}
|
||||
SEI_IMAGE: ${SEI_MAINNET_SEI_IMAGE:-ghcr.io/sei-protocol/sei}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
context: ./sei
|
||||
dockerfile: sei.Dockerfile
|
||||
args:
|
||||
SEI_VERSION: ${SEI_TESTNET_SEI_VERSION:-v6.2.2}
|
||||
SEI_VERSION: ${SEI_TESTNET_SEI_VERSION:-v6.2.3}
|
||||
SEI_IMAGE: ${SEI_TESTNET_SEI_IMAGE:-ghcr.io/sei-protocol/sei}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
|
||||
Reference in New Issue
Block a user