do it
This commit is contained in:
@@ -59,7 +59,7 @@ services:
|
|||||||
- "OP_NODE_L1_ETH_RPC=${BASE_ETHEREUM_ENDPOINT}"
|
- "OP_NODE_L1_ETH_RPC=${BASE_ETHEREUM_ENDPOINT}"
|
||||||
- "OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a"
|
- "OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a"
|
||||||
- "OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt"
|
- "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_LOG_LEVEL=info"
|
||||||
- "OP_NODE_METRICS_ADDR=0.0.0.0"
|
- "OP_NODE_METRICS_ADDR=0.0.0.0"
|
||||||
- "OP_NODE_METRICS_ENABLED=true"
|
- "OP_NODE_METRICS_ENABLED=true"
|
||||||
|
|||||||
@@ -70,7 +70,6 @@ exec ./geth \
|
|||||||
--gcmode=${OP_GETH_GCMODE:-archive} \
|
--gcmode=${OP_GETH_GCMODE:-archive} \
|
||||||
--state.scheme=${OP_GETH_STATE_SCHEME:-hash} \
|
--state.scheme=${OP_GETH_STATE_SCHEME:-hash} \
|
||||||
--db.engine=${GETH_DB_ENGINE:-leveldb} \
|
--db.engine=${GETH_DB_ENGINE:-leveldb} \
|
||||||
--port=${P2P_PORT:-30303} \
|
|
||||||
--discovery.port=${P2P_PORT:-30303} \
|
--discovery.port=${P2P_PORT:-30303} \
|
||||||
--nodiscover \
|
--nodiscover \
|
||||||
--maxpeers=100 \
|
--maxpeers=100 \
|
||||||
|
|||||||
Reference in New Issue
Block a user