- 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
Third-party bundles (optional)
Mermaid (Visual Command Center)
chain138-command-center.html loads Mermaid from jsDelivr by default. If your explorer host blocks external script origins (CSP) or you need a fully offline doc path:
- From repo root:
bash explorer-monorepo/scripts/vendor-mermaid-for-command-center.sh - Edit
chain138-command-center.htmland change the Mermaid<script src="...">line to:<script src="/thirdparty/mermaid.min.js"></script> - Deploy with
deploy-frontend-to-vmid5000.sh— it copiesthirdparty/mermaid.min.jswhen the file exists.
The minified file is gitignored (~3.3 MB); do not commit it.