This commit is contained in:
goldsquid
2026-06-04 20:42:27 +07:00
parent 3247bfe5b1
commit 3f018e20d8
2 changed files with 4 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services:
linea-mainnet:
image: ${LINEA_BESU_IMAGE:-hyperledger/besu}:${LINEA_MAINNET_BESU_VERSION:-26.5.0}
image: ${LINEA_BESU_IMAGE:-consensys/linea-besu-package}:${LINEA_MAINNET_BESU_VERSION:-1.0.1-rc1-20260601-c8d9c03}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -68,6 +68,7 @@ services:
- --metrics-port=9545
- --p2p-host=${IP}
- --p2p-port=14816
- --plugin-linea-l1-rpc-endpoint=${ETHEREUM_MAINNET_EXECUTION_RPC}
- --profile=advanced-mainnet
- --rpc-http-api=ETH,NET,WEB3,DEBUG,TRACE,TXPOOL,LINEA,ADMIN
- --rpc-http-enabled=true

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services:
linea-sepolia:
image: ${LINEA_BESU_IMAGE:-hyperledger/besu}:${LINEA_SEPOLIA_BESU_VERSION:-26.5.0}
image: ${LINEA_BESU_IMAGE:-consensys/linea-besu-package}:${LINEA_SEPOLIA_BESU_VERSION:-1.0.1-rc1-20260601-c8d9c03}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -68,6 +68,7 @@ services:
- --metrics-port=9545
- --p2p-host=${IP}
- --p2p-port=14691
- --plugin-linea-l1-rpc-endpoint=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
- --profile=advanced-sepolia
- --rpc-http-api=ETH,NET,WEB3,DEBUG,TRACE,TXPOOL,LINEA,ADMIN
- --rpc-http-enabled=true