# PYRE web (@pyre/web) — environment variables. # Copy to .env.local for local development. All vars are PUBLIC (NEXT_PUBLIC_*): # they are inlined into the client bundle, so put nothing secret here. # Base URL of the PYRE HTTP API (apps/api). Used for POST /api/scan. # Defaults to http://localhost:4000 if unset. NEXT_PUBLIC_API_URL=http://localhost:4000 # Solana RPC endpoint for the wallet ConnectionProvider. # Use a dedicated provider (Helius/Triton/QuickNode/etc.) in production. # Defaults to https://api.mainnet-beta.solana.com if unset. NEXT_PUBLIC_SOLANA_RPC_URL=https://api.mainnet-beta.solana.com