Skip to content

fix(landing): explorer name "SentrixScan" → "Sentrix Scan"#61

Merged
github-actions[bot] merged 1 commit into
mainfrom
fix/landing-explorer-name
May 11, 2026
Merged

fix(landing): explorer name "SentrixScan" → "Sentrix Scan"#61
github-actions[bot] merged 1 commit into
mainfrom
fix/landing-explorer-name

Conversation

@satyakwok
Copy link
Copy Markdown
Member

Summary

Cross-app config audit caught `apps/landing/lib/chain.ts` declaring the block-explorer name as `"SentrixScan"` (no space). Every other app uses `"Sentrix Scan"` (with space). This is the name viem surfaces in tooltips + wallet UIs (when MetaMask renders the chain card).

Drift audit (this PR scope)

App Chain name Explorer name
scan "Sentrix Chain" / "Sentrix Testnet" "Sentrix Scan" / "Sentrix Scan Testnet"
airdrop "Sentrix Chain" "Sentrix Scan"
coinblast "Sentrix Chain" (chainName field, no explorer label) n/a
landing "Sentrix Chain" "SentrixScan" → "Sentrix Scan"

All other config (chain ID 7119/7120, symbol SRX, native name "Sentrix", bare RPC URL rpc.sentrixchain.com) is consistent across apps.

Test plan

  • CI green
  • No other apps mention "SentrixScan" (no space) — verified via grep -rE "SentrixScan[^ ]" apps/

Cross-app config audit caught landing using "SentrixScan" (no space)
where every other app (scan, airdrop, coinblast wallet add-chain
prompt) uses "Sentrix Scan" (with space). This is the name viem
surfaces as the explorer label in tooltips + wallet UIs.
@github-actions github-actions Bot enabled auto-merge (squash) May 11, 2026 01:48
@github-actions github-actions Bot merged commit 17ea469 into main May 11, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant