This commit is contained in:
Sebastian
2024-01-27 04:12:04 +01:00
parent f283dc17cd
commit 531531993a
2 changed files with 1 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ services:
- "OP_NODE_L1_ETH_RPC=${BASE_ETHEREUM_ENDPOINT}"
- "OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a"
- "OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt"
- "OP_NODE_L2_ENGINE_RPC=http://base-archive:8551"
- "OP_NODE_L2_ENGINE_RPC=http://base-fullnode:8551"
- "OP_NODE_LOG_LEVEL=info"
- "OP_NODE_METRICS_ADDR=0.0.0.0"
- "OP_NODE_METRICS_ENABLED=true"

View File

@@ -70,7 +70,6 @@ exec ./geth \
--gcmode=${OP_GETH_GCMODE:-archive} \
--state.scheme=${OP_GETH_STATE_SCHEME:-hash} \
--db.engine=${GETH_DB_ENGINE:-leveldb} \
--port=${P2P_PORT:-30303} \
--discovery.port=${P2P_PORT:-30303} \
--nodiscover \
--maxpeers=100 \