Skip to content

Commit

Permalink
do it
Browse files Browse the repository at this point in the history
  • Loading branch information
czarly committed Jan 27, 2024
1 parent f283dc1 commit 5315319
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion base-fullnode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion base/geth-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5315319

Please sign in to comment.