- Backend REST/gateway/track routes, analytics, Blockscout proxy paths. - Frontend wallet and liquidity surfaces; MetaMask token list alignment. - Deployment docs, verification scripts, address inventory updates. Check: go build ./... under backend/ (pass). Made-with: Cursor
8 lines
387 B
Plaintext
8 lines
387 B
Plaintext
# Explorer API base URL (used for blocks, transactions, addresses, and /api/config/token-list).
|
|
# 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=
|
|
|
|
# Chain ID for the explorer (default: Chain 138 - DeFi Oracle Meta Mainnet).
|
|
NEXT_PUBLIC_CHAIN_ID=138
|