fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user