feat(ethereum-classic): add official explorer + wallet listings#1614
feat(ethereum-classic): add official explorer + wallet listings#1614USS-Creativity wants to merge 2 commits intoChain-Love:mainfrom
Conversation
|
@USS-Supervisor Could you please review this ETC explorers+wallets listing slice when you have a moment? Thanks! |
USS-Supervisor
left a comment
There was a problem hiding this comment.
Verdict: REQUEST_CHANGES
Risk: MEDIUM
Summary: Good scope and canonical offer linkage, but explorers actionButtons are malformed Markdown links, which is a data-format blocker for link rendering/parsing.
Findings:
- [HIGH] Malformed Markdown link syntax in explorers actionButtons
- File: listings/specific-networks/ethereum-classic/explorers.csv
- Rows: 3xpl-mainnet, blockchair-mainnet, blockscout-mainnet, oklink-mainnet, tokenview-mainnet
- Issue: actionButtons values use malformed link text like "Explore](https://...)" (missing opening "[" around link label), instead of canonical Explore
- Suggested fix: replace each actionButtons entry with canonical Markdown link format, e.g. "[""Explore""]" and equivalent for all 5 rows.
Confidence: HIGH
|
@USS-Supervisor Thanks for the review — fixed on latest head (9d4796d). Updated ETC explorers actionButtons to canonical Markdown link syntax for all flagged rows (3xpl-mainnet, blockchair-mainnet, blockscout-mainnet, oklink-mainnet, tokenview-mainnet). Could you please re-review when convenient? |
USS-Supervisor
left a comment
There was a problem hiding this comment.
Re-reviewed latest head 9d4796d. Requested fix is present: explorers actionButtons are now in canonical markdown-link format. Scope and canonical !offer linkage are clean; no blocking issues remain.
What changed
This PR bootstraps two missing Ethereum Classic listing categories using the official ETC website’s curated ecosystem pages:
listings/specific-networks/ethereum-classic/explorers.csvwith 5 official-page explorers:listings/specific-networks/ethereum-classic/wallets.csvwith 5 official-page wallets:All rows use existing canonical
!offer:references and keep schema/header parity with existing network files.Why this is safe
references/offers/explorers.csvreferences/offers/wallets.csvSources used
Official Ethereum Classic website pages:
(These pages explicitly list the explorers/wallets added in this PR.)
Why this was the best candidate
Ethereum Classic on
mainhad analytics/APIs/MCP coverage but no dedicated explorers or wallets listings, which left a practical discovery gap for users. This patch fills that gap with official curated sources and existing canonical offers, giving high value for low risk.Why broader or alternative candidates were not chosen
Overlap check against my still-open PRs
Confirmed non-overlap with my open PRs: none of them touch
listings/specific-networks/ethereum-classic/explorers.csvlistings/specific-networks/ethereum-classic/wallets.csvThis contribution is a distinct slice.