diff --git a/config/example.localnode.env b/config/example.localnode.env new file mode 100644 index 00000000..f0a92919 --- /dev/null +++ b/config/example.localnode.env @@ -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