docs(chain-138): normalize chain name to DeFi Oracle Meta Mainnet (capital F) #8

Open
nsatoshi wants to merge 1 commits from devin/1776628206-rename-defi-to-capital-f into master
Owner

Summary

Normalize the DeFi Oracle Meta Mainnet chain name to its canonical capital-F spelling across all in-repo docs and pr-ready/ listing assets.

Why

The maintainer confirmed that DeFi Oracle Meta Mainnet is the canonical form. This matches what the live SDK and token-aggregation service emit on:

  • https://explorer.d-bis.org/api/config/networks
  • https://explorer.d-bis.org/api/config/token-list
  • https://explorer.d-bis.org/api/v1/report/coingecko?chainId=138
  • 4 other /api/v1/report/* endpoints verified 200 OK on 2026-04-19.

Docs + pr-ready/ JSONs had drifted to Defi Oracle Meta Mainnet. This PR realigns the doc side of the stack. Services are already correct and are not touched.

Scope — 45 files, 92 lines

  • docs/04-configuration/pr-ready/eip155-138.json + packaged copy
  • docs/04-configuration/pr-ready/eip155-138-package/{manifest,eip155-138.chainlist,trust-wallet-registry-chain138,README}.json|.md
  • docs/04-configuration/pr-ready/chain138-asset-package/{manifest,listing-token-submissions.chain138,wallet-token-submissions.chain138,README}.json|.md
  • docs/04-configuration/pr-ready/{trust-wallet-registry-chain138.json,README.md}
  • docs/04-configuration/metamask/METAMASK_NETWORK_CONFIG.json
  • docs/04-configuration/coingecko/{COINGECKO_SUBMISSION_GUIDE,COINGECKO_SUBMISSION_CUSDT,COINGECKO_SUBMISSION_CUSDC,COINGECKO_API_NO_PUSH_LIQUIDITY}.md
  • 13 narrative docs under docs/04-configuration/, docs/01-getting-started/, docs/11-references/, docs/00-meta/, docs/09-troubleshooting/
  • 8 archive docs under docs/archive/{completion,fixes,historical}/
  • reports/DEFI_ORACLE_MAINNET_CONNECTION_GUIDE.md
  • scripts/test-thirdweb-bridge-widget.js
  • docs/GALATIC_SUMMARY.md

Verification

  • grep -rln "Defi Oracle Meta Mainnet" docs/ reports/ scripts/ → 0 hits after the change.
  • python3 -m json.tool passes on every touched JSON.
  • No submodule pointers changed. No contract addresses touched. No secrets touched.

Out of scope (tracked separately)

  • COINGECKO_CHAIN138_SUBMISSION_ATTACHMENT.md on PR #7 still uses Defi — will be fixed on that branch with a follow-up commit once PR #7 lands or is rebased.
  • Maintainer's local normalized copies of 5 CoinGecko docs (GUIDE / CUSDT / CUSDC / RUNBOOK / PACKAGE) are still pending attachment; their companion PR will land on top of this one without conflict.
  • Two local-only reports/status/cw-*-latest.json files still absent from any ref.
  • #6 (5-axis status vocabulary + CREATE address coincidence caveat)
  • #7 (chain-listing assets + 7 stale-address fixes) — will inherit this rename on rebase.
## Summary Normalize the DeFi Oracle Meta Mainnet chain name to its **canonical capital-F spelling** across all in-repo docs and `pr-ready/` listing assets. ## Why The maintainer confirmed that `DeFi Oracle Meta Mainnet` is the canonical form. This matches what the live SDK and token-aggregation service emit on: - `https://explorer.d-bis.org/api/config/networks` - `https://explorer.d-bis.org/api/config/token-list` - `https://explorer.d-bis.org/api/v1/report/coingecko?chainId=138` - 4 other `/api/v1/report/*` endpoints verified 200 OK on 2026-04-19. Docs + `pr-ready/` JSONs had drifted to `Defi Oracle Meta Mainnet`. This PR realigns the doc side of the stack. Services are already correct and are not touched. ## Scope — 45 files, 92 lines - `docs/04-configuration/pr-ready/eip155-138.json` + packaged copy - `docs/04-configuration/pr-ready/eip155-138-package/{manifest,eip155-138.chainlist,trust-wallet-registry-chain138,README}.json|.md` - `docs/04-configuration/pr-ready/chain138-asset-package/{manifest,listing-token-submissions.chain138,wallet-token-submissions.chain138,README}.json|.md` - `docs/04-configuration/pr-ready/{trust-wallet-registry-chain138.json,README.md}` - `docs/04-configuration/metamask/METAMASK_NETWORK_CONFIG.json` - `docs/04-configuration/coingecko/{COINGECKO_SUBMISSION_GUIDE,COINGECKO_SUBMISSION_CUSDT,COINGECKO_SUBMISSION_CUSDC,COINGECKO_API_NO_PUSH_LIQUIDITY}.md` - 13 narrative docs under `docs/04-configuration/`, `docs/01-getting-started/`, `docs/11-references/`, `docs/00-meta/`, `docs/09-troubleshooting/` - 8 archive docs under `docs/archive/{completion,fixes,historical}/` - `reports/DEFI_ORACLE_MAINNET_CONNECTION_GUIDE.md` - `scripts/test-thirdweb-bridge-widget.js` - `docs/GALATIC_SUMMARY.md` ## Verification - `grep -rln "Defi Oracle Meta Mainnet" docs/ reports/ scripts/` → 0 hits after the change. - `python3 -m json.tool` passes on every touched JSON. - No submodule pointers changed. No contract addresses touched. No secrets touched. ## Out of scope (tracked separately) - `COINGECKO_CHAIN138_SUBMISSION_ATTACHMENT.md` on PR #7 still uses `Defi` — will be fixed on that branch with a follow-up commit once PR #7 lands or is rebased. - Maintainer's local normalized copies of 5 CoinGecko docs (GUIDE / CUSDT / CUSDC / RUNBOOK / PACKAGE) are still pending attachment; their companion PR will land on top of this one without conflict. - Two local-only `reports/status/cw-*-latest.json` files still absent from any ref. ## Related PRs - #6 (5-axis status vocabulary + CREATE address coincidence caveat) - #7 (chain-listing assets + 7 stale-address fixes) — will inherit this rename on rebase.
nsatoshi added 1 commit 2026-04-19 19:53:11 +00:00
docs(chain-138): normalize chain name to DeFi Oracle Meta Mainnet across docs + pr-ready assets
Some checks failed
AI Code Review / claude-review (pull_request) Failing after 31s
7aa5162c5b
Per maintainer decision, the canonical chain-name spelling is `DeFi Oracle Meta Mainnet`
(capital F) — matching what the live SDK + token-aggregation service emit on
`https://explorer.d-bis.org/api/config/networks`. Docs + `pr-ready/` JSONs had drifted
to `Defi Oracle Meta Mainnet`; this PR realigns them.

Scope:
- `docs/04-configuration/pr-ready/*.json` (eip155-138 + trust-wallet registry + packaged copies + manifests)
- `docs/04-configuration/pr-ready/**/README.md`
- `docs/04-configuration/metamask/METAMASK_NETWORK_CONFIG.json`
- 10+ narrative docs under `docs/04-configuration/`, `docs/11-references/`, `docs/01-getting-started/`, `docs/00-meta/`, `docs/09-troubleshooting/`, `docs/archive/`
- `docs/04-configuration/coingecko/COINGECKO_SUBMISSION_{GUIDE,CUSDT,CUSDC}.md`, `COINGECKO_API_NO_PUSH_LIQUIDITY.md`
- `reports/DEFI_ORACLE_MAINNET_CONNECTION_GUIDE.md`
- `scripts/test-thirdweb-bridge-widget.js`

45 files; 92 lines changed. Submodules untouched.

Verification:
- `grep -rln 'Defi Oracle Meta Mainnet' docs/ reports/ scripts/` returns 0 hits post-change.
- JSON files pass `python3 -m json.tool` lint.
- Services (`smom-dbis-138/sdk`, `services/token-aggregation`) already use the capital-F form and are not touched.

Remaining drift (not in scope):
- PR #7's `COINGECKO_CHAIN138_SUBMISSION_ATTACHMENT.md` still uses `Defi`; will be fixed on that branch separately.
- User's local normalized versions of 5 CoinGecko docs are still pending attachment; companion PR will pick up this rename naturally since it's already applied on master.

No submodule pointers changed. No secrets touched.

Claude encountered an error —— View job


I'll analyze this and get back to you.

**Claude encountered an error** —— [View job](http://127.0.0.1:3000/d-bis/proxmox/actions/runs/127) --- I'll analyze this and get back to you.
Some checks failed
AI Code Review / claude-review (pull_request) Failing after 31s
This pull request has changes conflicting with the target branch.
  • docs/04-configuration/coingecko/COINGECKO_SUBMISSION_CUSDC.md
  • docs/04-configuration/coingecko/COINGECKO_SUBMISSION_CUSDT.md
  • docs/04-configuration/coingecko/COINGECKO_SUBMISSION_GUIDE.md
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin devin/1776628206-rename-defi-to-capital-f:devin/1776628206-rename-defi-to-capital-f
git checkout devin/1776628206-rename-defi-to-capital-f
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: d-bis/proxmox#8