Files
explorer-monorepo/config
defiQUG b87ebee6a1
Some checks failed
Deploy Explorer Live / deploy (push) Failing after 20s
Validate Explorer / frontend (push) Failing after 24s
Validate Explorer / smoke-e2e (push) Has been skipped
feat(explorer): dual-chain wallet metadata, native coin pricing, and UI refresh.
Add Chain 138 wallet network metadata and stats coin-price enrichment; sync frontend explorer SPA, command center, and address/token pages with backend config.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 16:16:17 -07:00
..

config — reference JSON (non-secret)

Files such as address-inventory.json, runtime-env.json, and ccip-destination-matrix.json are reference snapshots of address and runtime surface fields that were previously carried only in .env or duplicated across scripts. They must not contain API keys or other secrets.

  • Keep real secrets in .env (gitignored) or your secret store.
  • After changing explorer-related env or CCIP addresses, update these JSON files if scripts or docs depend on them.

See proxmox parent docs/00-meta/SUBMODULE_HYGIENE.md for Gitea/GitHub remotes and submodule push order.