Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions config/example.localnode.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Example environment variables for running a local Base node.

# L1 RPC endpoint used by the node.
L1_RPC_URL=http://localhost:8545

# OP node RPC endpoint (if applicable).
OP_NODE_RPC_URL=http://localhost:9545

# Execution client name (for example: geth or op-geth).
CLIENT=geth

# Optional: directory on the host where chain data is stored.
HOST_DATA_DIR=./geth-data