This commit is contained in:
goldsquid
2026-07-06 20:20:48 +07:00
parent 5b33030773
commit dec01b5a18
50 changed files with 131 additions and 153 deletions

View File

@@ -59,9 +59,9 @@ services:
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --discovery.addr=0.0.0.0
- --discovery.port=
- --discovery.port=11114
- --discovery.v5.addr=0.0.0.0
- --discovery.v5.port=
- --discovery.v5.port=11114
- --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50
- --max-outbound-peers=50