Spaces:
Build error
Build error
| # Choose the active network: local | testnet | mainnet | |
| # V1 default is testnet (BOT Chain Bohr, chainId 968). | |
| # Mainnet (chainId 677) is gated because its public RPC has | |
| # eth_getLogs disabled — backfill will fail. Override BOT_RPC_URL | |
| # with a third-party RPC or set BOT_WSS_URL before using mainnet. | |
| BOT_NETWORK=testnet | |
| # BOT_RPC_URL= # optional override; defaults follow BOT_NETWORK | |
| # BOT_WSS_URL= # optional; used for mainnet WS subscription | |
| AGENT_REGISTRY_ADDRESS=0x0000000000000000000000000000000000000000 | |
| DATABASE_URL=postgres://postgres:postgres@localhost:5432/bot_agent_hub | |
| START_BLOCK=0 | |
| INDEXER_PORT=8787 | |
| CONFIRMATIONS=1 | |