few tweaks

This commit is contained in:
Para Dox
2025-05-10 19:40:07 +07:00
parent 1ba136a4f8
commit 0b139fed3d
33 changed files with 60 additions and 33 deletions

View File

@@ -47,9 +47,10 @@ services:
expose:
- 8545
- 8551
environment:
- TIP=$BASE_MAINNET_RETH_DEBUG_TIP
entrypoint: [op-reth, node]
command:
- ${BASE_MAINNET_RETH_DEBUG_TIP:+--debug.tip=$BASE_MAINNET_RETH_DEBUG_TIP}
- --chain=base
- --datadir=/root/.local/share/reth
- --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096}