2026-02-10 11:32:49 -08:00
|
|
|
# Explorer API base URL (used for blocks, transactions, addresses, and /api/config/token-list).
|
2026-04-07 23:22:12 -07:00
|
|
|
# Production behind the nginx proxy: leave empty to use same-origin automatically.
|
|
|
|
|
# Local dev against a standalone backend: http://localhost:8080 (or your API port).
|
|
|
|
|
NEXT_PUBLIC_API_URL=
|
2026-02-10 11:32:49 -08:00
|
|
|
|
|
|
|
|
# Chain ID for the explorer (default: Chain 138 - DeFi Oracle Meta Mainnet).
|
|
|
|
|
NEXT_PUBLIC_CHAIN_ID=138
|