build base reth with flashbots

This commit is contained in:
goldsquid
2025-08-01 17:40:35 +07:00
parent c70dc219c9
commit d35f94db80
7 changed files with 36 additions and 16 deletions

View File

@@ -30,7 +30,17 @@ x-logging-defaults: &logging-defaults
services:
base-mainnet-op-reth-minimal:
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_MAINNET_RETH_VERSION:-v1.6.0}
build:
context: ./
dockerfile: reth.Dockerfile
args:
LLVM_IMAGE: ${LLVM_IMAGE:-snowstep/llvm}
LLVM_VERSION: ${LLVM_VERSION:-20250514100911}
RETH_VERSION: ${BASE_MAINNET_RETH_VERSION:-v0.1.6}
RETH_REPO: ${BASE_MAINNET_RETH_REPO:-https://github.com/base/node-reth.git}
ARCH_TARGET: ${ARCH_TARGET:-native}
PROFILE: ${RETH_BUILD_PROFILE:-maxperf}
BUILD_OP_RETH: true
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -53,7 +63,7 @@ services:
- 8545
- 9001
- 8551
entrypoint: [op-reth, node]
entrypoint: [base-reth-node, node]
command:
- --chain=base
- --datadir=/root/.local/share/reth