11OP_GETH_GENESIS_FILE_PATH=goerli/genesis-l2.json
22OP_GETH_SEQUENCER_HTTP=https://goerli-sequencer.base.org
3- # OP_GETH_ETH_STATS=nodename:secret@host:port # optional
43
5- OP_NODE_L1_ETH_RPC=https://ethereum-goerli-rpc.allthatnode.com # [recommended] replace with your preferred L1 (Ethereum, not Base) node RPC URL
4+ # [optional] used to enable geth stats:
5+ # OP_GETH_ETH_STATS=nodename:secret@host:port
6+
7+ # [recommended] replace with your preferred L1 (Ethereum, not Base) node RPC URL:
8+ OP_NODE_L1_ETH_RPC=https://ethereum-goerli-rpc.allthatnode.com
9+
10+ # auth secret used by op-geth engine API:
11+ OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a
12+
613OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt
7- OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a # for localdev only
814OP_NODE_L2_ENGINE_RPC=http://geth:8551
915OP_NODE_LOG_LEVEL=info
1016OP_NODE_METRICS_ADDR=0.0.0.0
@@ -20,7 +26,8 @@ OP_NODE_RPC_ADDR=0.0.0.0
2026OP_NODE_RPC_PORT=8545
2127OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
2228OP_NODE_VERIFIER_L1_CONFS=4
29+
2330# OP_NODE_L1_TRUST_RPC allows for faster syncing, but should be used *only* if your L1 RPC node
24- # is fully trusted. It also allows op-node to work with clients such as Erigon that do not
25- # support storage proofs.
31+ # is fully trusted. It also allows op-node to work with clients such as Erigon that do not
32+ # support storage proofs:
2633# OP_NODE_L1_TRUST_RPC=true
0 commit comments