From 95eba226f3c85b4238e106139078f32c783ee051 Mon Sep 17 00:00:00 2001 From: satyakwok <119509589+satyakwok@users.noreply.github.com> Date: Mon, 11 May 2026 00:55:06 +0200 Subject: [PATCH] docs(scan): fix stale URLs + cross-link to V2 Obsidian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit V1 README still pointed at sentrixscan.sentriscloud.com / testnet-scan.sentriscloud.com — both stale since the canonical scan host moved to scan.sentrixchain.com / scan-testnet.sentrixchain.com. Replace with current URLs. Add a one-line cross-reference to the V2 Obsidian explorer (sentrix-explorer-v2 — full-Rust + WASM via tonic-web at scan.sentriscloud.com) since both explorers stay live by design; neither replaces the other. --- apps/scan/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/scan/README.md b/apps/scan/README.md index d0d64d0..ab7921d 100644 --- a/apps/scan/README.md +++ b/apps/scan/README.md @@ -2,8 +2,10 @@ Block explorer for Sentrix Chain (SRX) — browse blocks, transactions, addresses, validators, and SRC-20 tokens. -**Mainnet:** https://sentrixscan.sentriscloud.com -**Testnet:** https://testnet-scan.sentriscloud.com +**Mainnet:** https://scan.sentrixchain.com +**Testnet:** https://scan-testnet.sentrixchain.com + +> **Two explorers coexist by design.** This is the **Next.js V1** — feature-rich (validator pages, leaderboard, EIP-3091 deeplinks, contract verification panel, multi-locale i18n). For the **WASM V2 Obsidian** alternative (same data, full-Rust + tonic-web, near-native parse cost) see [`Sentriscloud/sentrix-explorer-v2`](https://github.com/Sentriscloud/sentrix-explorer-v2) at `scan.sentriscloud.com` / `scan-testnet.sentriscloud.com`. Pick whichever fits the workflow; neither replaces the other. ## Tech Stack