From 4a1e72152cf7584402809f731144dfe6c341697c Mon Sep 17 00:00:00 2001 From: goldsquid Date: Mon, 10 Nov 2025 12:15:38 +0700 Subject: [PATCH] fixes --- bsc/reth/bsc-mainnet-reth-archive-trace.yml | 2 +- op/geth/xlayer-mainnet-op-geth-pruned-pebble-path.yml | 10 +++------- op/geth/xlayer-testnet-op-geth-pruned-pebble-path.yml | 10 +++------- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/bsc/reth/bsc-mainnet-reth-archive-trace.yml b/bsc/reth/bsc-mainnet-reth-archive-trace.yml index 4e2ee05c..47566c26 100644 --- a/bsc/reth/bsc-mainnet-reth-archive-trace.yml +++ b/bsc/reth/bsc-mainnet-reth-archive-trace.yml @@ -79,7 +79,7 @@ services: command: - --chain=bsc - --datadir=/root/.local/share/reth - - --db.max-size=7TB + - --db.max-size=8TB - --discovery.port=13454 - --engine.cross-block-cache-size=${BSC_MAINNET_RETH_STATE_CACHE:-4096} - --engine.memory-block-buffer-target=128 diff --git a/op/geth/xlayer-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/xlayer-mainnet-op-geth-pruned-pebble-path.yml index ed61f216..6186fd98 100644 --- a/op/geth/xlayer-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/xlayer-mainnet-op-geth-pruned-pebble-path.yml @@ -47,9 +47,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 14389:14389 - - 14389:14389/udp expose: - 8545 - 6060 @@ -68,13 +65,12 @@ services: - --metrics - --metrics.addr=0.0.0.0 - --metrics.port=6060 - - --nat=extip:${IP} - - --port=14389 + - --nodiscover - --rollup.enabletxpooladmission - --rpc.gascap=600000000 - --rpc.txfeecap=0 - --state.scheme=path - - --syncmode=snap + - --syncmode=full - --http - --http.addr=0.0.0.0 - --http.api=eth,net,web3,debug,admin,txpool,engine @@ -142,7 +138,7 @@ services: - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [/app/op-node/bin/op-node] restart: unless-stopped diff --git a/op/geth/xlayer-testnet-op-geth-pruned-pebble-path.yml b/op/geth/xlayer-testnet-op-geth-pruned-pebble-path.yml index 99891f57..248ce82c 100644 --- a/op/geth/xlayer-testnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/xlayer-testnet-op-geth-pruned-pebble-path.yml @@ -47,9 +47,6 @@ services: ulimits: nofile: 1048576 # Max open files (for RPC/WS connections) user: root - ports: - - 13528:13528 - - 13528:13528/udp expose: - 8545 - 6060 @@ -68,13 +65,12 @@ services: - --metrics - --metrics.addr=0.0.0.0 - --metrics.port=6060 - - --nat=extip:${IP} - - --port=13528 + - --nodiscover - --rollup.enabletxpooladmission - --rpc.gascap=600000000 - --rpc.txfeecap=0 - --state.scheme=path - - --syncmode=snap + - --syncmode=full - --http - --http.addr=0.0.0.0 - --http.api=eth,net,web3,debug,admin,txpool,engine @@ -142,7 +138,7 @@ services: - OP_NODE_RPC_ADDR=0.0.0.0 - OP_NODE_RPC_PORT=8545 - OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log - - OP_NODE_SYNCMODE=execution-layer + - OP_NODE_SYNCMODE=consensus-layer - OP_NODE_VERIFIER_L1_CONFS=0 entrypoint: [/app/op-node/bin/op-node] restart: unless-stopped