- Institutional / JVMTM / reserve-provenance / GRU transport + standards JSON - Validation and verify scripts (Blockscout labels, x402, GRU preflight, P1 local path) - Wormhole wiring in AGENTS, MCP_SETUP, MASTER_INDEX, 04-configuration README - Meta docs, integration gaps, live verification log, architecture updates - CI validate-config workflow updates Operator/LAN items, submodule working trees, and public token-aggregation edge routes remain follow-up (see TODOS_CONSOLIDATED P1). Made-with: Cursor
1.7 KiB
1.7 KiB
info.defi-oracle.io — Chain 138 info site
Purpose: Operator-facing steps to publish the SPA in info-defi-oracle-138/ at https://info.defi-oracle.io.
App README: info-defi-oracle-138/README.md
What the site does
- Overview: Chain 138 network metadata from
GET /api/v1/networkswhen the API is reachable. - c & cW:** Live token list from
GET /api/v1/tokens?chainId=138plus static cW* registry fromcross-chain-pmm-lps/config/deployment-status.json(rebuild to update). - Pools: Samples pools via
GET /api/v1/tokens/:address/poolsfor compliant tokens. - Swap: Quote from
GET /api/v1/quoteand on-chain swapExactIn onDODOPMMIntegration(wallet). - Routing:
GET /api/v1/bridge/routesand token-mapping pairs for cross-chain planning.
Prerequisites
- Public token-aggregation base URL (e.g.
https://dbis-api.d-bis.org) with CORS enabled for browsers. - Static file host or CDN for
dist/afterpnpm --filter info-defi-oracle-138 build.
Steps
- Set build-time env if defaults are wrong:
VITE_TOKEN_AGGREGATION_API_BASE,VITE_RPC_URL_138. pnpm --filter info-defi-oracle-138 build- Upload
info-defi-oracle-138/dist/to the web root. - Configure the web server for SPA fallback: all routes →
index.html. - Add NPMplus proxy host info.defi-oracle.io → that origin; request Let’s Encrypt certificate.
- Verify: open
/,/tokens,/pools,/swap,/routingover HTTPS.