Files
proxmox/docs/04-configuration/INFO_DEFI_ORACLE_IO_DEPLOYMENT.md
defiQUG 7ac74f432b chore: sync docs, config schemas, scripts, and meta task alignment
- 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
2026-03-31 22:31:39 -07:00

1.7 KiB
Raw Blame History

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/networks when the API is reachable.
  • c & cW:** Live token list from GET /api/v1/tokens?chainId=138 plus static cW* registry from cross-chain-pmm-lps/config/deployment-status.json (rebuild to update).
  • Pools: Samples pools via GET /api/v1/tokens/:address/pools for compliant tokens.
  • Swap: Quote from GET /api/v1/quote and on-chain swapExactIn on DODOPMMIntegration (wallet).
  • Routing: GET /api/v1/bridge/routes and 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/ after pnpm --filter info-defi-oracle-138 build.

Steps

  1. Set build-time env if defaults are wrong: VITE_TOKEN_AGGREGATION_API_BASE, VITE_RPC_URL_138.
  2. pnpm --filter info-defi-oracle-138 build
  3. Upload info-defi-oracle-138/dist/ to the web root.
  4. Configure the web server for SPA fallback: all routes → index.html.
  5. Add NPMplus proxy host info.defi-oracle.io → that origin; request Lets Encrypt certificate.
  6. Verify: open /, /tokens, /pools, /swap, /routing over HTTPS.