Skip to content
Closed
Show file tree
Hide file tree
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
5 changes: 1 addition & 4 deletions create-l2-rollup-example/.example.env
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ P2P_ADVERTISE_IP="127.0.0.1"
# Default L2 Chain ID (can be any number between 10000-99999 for testing)
L2_CHAIN_ID="16584"

# L1 Beacon API URL for op-node (usually same provider as L1_RPC_URL)
L1_BEACON_URL="https://ethereum-sepolia-beacon-api.publicnode.com"

# ==========================================
# ADVANCED: Component Environment Variables
# ==========================================
Expand All @@ -59,4 +56,4 @@ OP_PROPOSER_POLL_INTERVAL="20s"
# ==========================================
# Uncomment these for local development with a local L1 network
# L1_RPC_URL="http://host.docker.internal:8545"
# L1_BEACON_URL="http://host.docker.internal:5052"
# L1_BEACON_URL="http://host.docker.internal:5052"
1 change: 1 addition & 0 deletions create-l2-rollup-example/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@