feat: explorer API, wallet, CCIP scripts, and config refresh

- 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
This commit is contained in:
defiQUG
2026-04-07 23:22:12 -07:00
parent d931be8e19
commit 6eef6b07f6
224 changed files with 19671 additions and 3291 deletions

View File

@@ -1,7 +1,7 @@
# Explorer API base URL (used for blocks, transactions, addresses, and /api/config/token-list).
# Production at https://explorer.d-bis.org: leave empty or set to https://explorer.d-bis.org (same origin).
# Local dev: http://localhost:8080 (or your API port).
NEXT_PUBLIC_API_URL=https://explorer.d-bis.org
# 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