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,5 +1,6 @@
#!/usr/bin/env bash
# Run all VMID 5000 deployment checks: explorer frontend, Blockscout API, Snap site.
# Run all VMID 5000 deployment checks: explorer frontend, Blockscout API, Snap site,
# Visual Command Center, and Mission Control endpoints.
# Usage: ./verify-vmid5000-all.sh [BASE_URL]
# BASE_URL defaults to https://explorer.d-bis.org
@@ -9,7 +10,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
BASE_URL="${1:-https://explorer.d-bis.org}"
echo "=============================================="
echo "VMID 5000 full verification"
echo "VMID 5000 full explorer verification"
echo "BASE_URL=$BASE_URL"
echo "=============================================="
echo ""