forked from mehdius1364/node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.default
33 lines (28 loc) · 1.2 KB
/
.env.default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
OP_GETH_GENESIS_FILE_PATH=/genesis.json
# [optional] used to enable geth stats:
# OP_GETH_ETH_STATS=nodename:secret@host:port
# auth secret used by op-geth engine API:
CONDUIT_OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a
OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt
OP_NODE_L2_ENGINE_RPC=ws://op-geth:8551
OP_NODE_LOG_LEVEL=debug
OP_NODE_METRICS_ADDR=0.0.0.0
OP_NODE_METRICS_ENABLED=true
OP_NODE_METRICS_PORT=7300
OP_NODE_P2P_AGENT=conduit
OP_NODE_P2P_NAT=true
OP_NODE_P2P_LISTEN_IP=0.0.0.0
OP_NODE_P2P_LISTEN_TCP_PORT=9222
OP_NODE_P2P_LISTEN_UDP_PORT=9222
OP_NODE_RPC_ADDR=0.0.0.0
OP_NODE_RPC_PORT=8545
OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
OP_NODE_VERIFIER_L1_CONFS=4
# OP_NODE_L1_TRUST_RPC allows for faster syncing, but should be used *only* if your L1 RPC node
# is fully trusted. It also allows op-node to work with clients such as Erigon that do not
# support storage proofs:
#OP_NODE_L1_TRUST_RPC=true
# These ones are recommended but ultimately up to the node operator to define
# More info here https://docs.optimism.io/builders/node-operators/configuration/consensus-config#rolluphalt
OP_NODE_ROLLUP_HALT=major
OP_NODE_ROLLUP_LOAD_PROTOCOL_VERSIONS=true