Skip to content

Commit 29af3ff

Browse files
author
Michael de Hoog
authored
Minor .env cleanup (#62)
1 parent 41d3f93 commit 29af3ff

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.env.goerli

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
OP_GETH_GENESIS_FILE_PATH=goerli/genesis-l2.json
22
OP_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+
613
OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt
7-
OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a # for localdev only
814
OP_NODE_L2_ENGINE_RPC=http://geth:8551
915
OP_NODE_LOG_LEVEL=info
1016
OP_NODE_METRICS_ADDR=0.0.0.0
@@ -20,7 +26,8 @@ OP_NODE_RPC_ADDR=0.0.0.0
2026
OP_NODE_RPC_PORT=8545
2127
OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
2228
OP_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

Comments
 (0)