10 lines
No EOL
341 B
Text
10 lines
No EOL
341 B
Text
# Network configuration
|
|
# Options: local, baseSepolia, base
|
|
PONDER_NETWORK=local
|
|
|
|
# RPC URLs (optional - defaults provided)
|
|
PONDER_RPC_URL_BASE=https://base.llamarpc.com
|
|
PONDER_RPC_URL_BASE_SEPOLIA=https://sepolia.base.org
|
|
|
|
# Database URL (optional - uses SQLite by default)
|
|
# DATABASE_URL=postgresql://user:password@localhost:5432/ponder_db |