|
| 1 | +OP_GETH_GENESIS_FILE_PATH=sepolia/genesis-l2.json |
| 2 | +OP_GETH_SEQUENCER_HTTP=https://sepolia-sequencer.base.org |
| 3 | + |
| 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://rpc.sepolia.org |
| 9 | + |
| 10 | +# auth secret used by op-geth engine API: |
| 11 | +OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a |
| 12 | + |
| 13 | +OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt |
| 14 | +OP_NODE_L2_ENGINE_RPC=http://geth:8551 |
| 15 | +OP_NODE_LOG_LEVEL=info |
| 16 | +OP_NODE_METRICS_ADDR=0.0.0.0 |
| 17 | +OP_NODE_METRICS_ENABLED=true |
| 18 | +OP_NODE_METRICS_PORT=7300 |
| 19 | +OP_NODE_P2P_AGENT=base |
| 20 | +OP_NODE_P2P_BOOTNODES=enr:-J64QBwRIWAco7lv6jImSOjPU_W266lHXzpAS5YOh7WmgTyBZkgLgOwo_mxKJq3wz2XRbsoBItbv1dCyjIoNq67mFguGAYrTxM42gmlkgnY0gmlwhBLSsHKHb3BzdGFja4S0lAUAiXNlY3AyNTZrMaEDmoWSi8hcsRpQf2eJsNUx-sqv6fH4btmo2HsAzZFAKnKDdGNwgiQGg3VkcIIkBg,enr:-J64QFa3qMsONLGphfjEkeYyF6Jkil_jCuJmm7_a42ckZeUQGLVzrzstZNb1dgBp1GGx9bzImq5VxJLP-BaptZThGiWGAYrTytOvgmlkgnY0gmlwhGsV-zeHb3BzdGFja4S0lAUAiXNlY3AyNTZrMaEDahfSECTIS_cXyZ8IyNf4leANlZnrsMEWTkEYxf4GMCmDdGNwgiQGg3VkcIIkBg |
| 21 | +OP_NODE_P2P_LISTEN_IP=0.0.0.0 |
| 22 | +OP_NODE_P2P_LISTEN_TCP_PORT=9222 |
| 23 | +OP_NODE_P2P_LISTEN_UDP_PORT=9222 |
| 24 | +OP_NODE_ROLLUP_CONFIG=sepolia/rollup.json |
| 25 | +OP_NODE_RPC_ADDR=0.0.0.0 |
| 26 | +OP_NODE_RPC_PORT=8545 |
| 27 | +OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log |
| 28 | +OP_NODE_VERIFIER_L1_CONFS=4 |
| 29 | + |
| 30 | +# OP_NODE_L1_TRUST_RPC allows for faster syncing, but should be used *only* if your L1 RPC node |
| 31 | +# is fully trusted. It also allows op-node to work with clients such as Erigon that do not |
| 32 | +# support storage proofs: |
| 33 | +# OP_NODE_L1_TRUST_RPC=true |
0 commit comments