diff --git a/op/reth/boba-mainnet-op-reth-pruned-trace.yml b/op/reth/boba-mainnet-op-reth-pruned-trace.yml index 2f5bed47..a97455fd 100644 --- a/op/reth/boba-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/boba-mainnet-op-reth-pruned-trace.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: boba-mainnet-op-reth-pruned: - image: ${BOBA_RETH_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-reth}:${BOBA_MAINNET_RETH_VERSION:-v2.3.0} + image: ${BOBA_RETH_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-reth}:${BOBA_MAINNET_RETH_VERSION:-v2.3.1} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle @@ -54,12 +54,12 @@ services: command: - --chain=/config/reth-config.json - --datadir=/root/.local/share/reth + - --disable-discovery - --engine.cross-block-cache-size=${BOBA_MAINNET_RETH_STATE_CACHE:-4096} - --full - --max-inbound-peers=50 - --max-outbound-peers=50 - --metrics=0.0.0.0:9001 - - --nodiscover - --rollup.sequencer-http=https://mainnet.boba.network - --rpc-cache.max-blocks=10000 - --rpc-cache.max-concurrent-db-requests=2048