11 lines
440 B
Text
11 lines
440 B
Text
# Network configuration
|
|
# Options: BASE_SEPOLIA_LOCAL_FORK, BASE_SEPOLIA, BASE
|
|
PONDER_NETWORK=BASE_SEPOLIA_LOCAL_FORK
|
|
|
|
# RPC URLs (optional - defaults provided)
|
|
PONDER_RPC_URL_BASE_SEPOLIA_LOCAL_FORK=http://127.0.0.1:8545
|
|
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
|