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
pull from: devin/1776628206-rename-defi-to-capital-f
merge into: d-bis:master
d-bis:master
d-bis:devin/1777471106-phase4b-v2-runbook
d-bis:devin/1777459320-phase3-deployed-cbtc-wired
d-bis:devin/1777435956-stack-a-canonicalization
d-bis:devin/1777403009-phoenix-bootstrap
d-bis:main
d-bis:devin/1777249218-harden-branch-detection
d-bis:chore/explorer-pricing-rollout-coordination
d-bis:devin/1777157605-cromero-deploy-target
d-bis:sync/currencicombo-phoenix-e2e
d-bis:devin/coingecko-normalization-companion-20260419
d-bis:devin/explorer-verification-checklist-20260419
d-bis:devin/1776625819-chain138-listing-assets
d-bis:devin/1776625631-doc-reconcile-status-vocab
d-bis:devin/phase5-ci-reconciliation-1776542837
d-bis:devin/phase1a-vault-consumer-prep-1776543363
d-bis:devin/phase4-drop-local-junk-1776542674
d-bis:devin/phase3-submodule-remotes-1776542381
d-bis:chore/ignore-local-runtime-artifacts
d-bis:docs/mev-and-ops-runbook-refresh
d-bis:docs/explorer-blockscout-and-verification-refresh
d-bis:feat/canonical-token-and-list-refresh
d-bis:feat/extraction-and-liquidity-improvement-pack
d-bis:feat/mainnet-cw-liquidity-and-exit-ops
d-bis:feat/gru-v2-full-mesh-ops-pack
d-bis:feat/chain138-aave-gmx-rollout-scaffolding
d-bis:feat/token-aggregation-aave-and-route-planning
1 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
7aa5162c5b |
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
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. |