2025-09-23 14:18:04 +02:00
|
|
|
# Network configuration
|
2025-09-23 19:24:05 +02:00
|
|
|
# Options: BASE_SEPOLIA_LOCAL_FORK, BASE_SEPOLIA, BASE
|
|
|
|
|
PONDER_NETWORK=BASE_SEPOLIA_LOCAL_FORK
|
2025-09-23 14:18:04 +02:00
|
|
|
|
|
|
|
|
# RPC URLs (optional - defaults provided)
|
2025-09-23 19:24:05 +02:00
|
|
|
PONDER_RPC_URL_BASE_SEPOLIA_LOCAL_FORK=http://127.0.0.1:8545
|
2025-09-23 14:18:04 +02:00
|
|
|
PONDER_RPC_URL_BASE=https://base.llamarpc.com
|
|
|
|
|
PONDER_RPC_URL_BASE_SEPOLIA=https://sepolia.base.org
|
|
|
|
|
|
|
|
|
|
# Database URL (optional - uses SQLite by default)
|
2025-09-23 19:24:05 +02:00
|
|
|
# DATABASE_URL=postgresql://user:password@localhost:5432/ponder_db
|