docs: scrub stale scan + RPC subdomain refs#58
Merged
Conversation
V1 scan README + both env files referenced subdomains that no longer resolve (sentrixscan.sentriscloud.com, testnet-scan.sentriscloud.com, sentrix-rpc.sentriscloud.com, sentrix-api.sentriscloud.com — all 000 on probe). Same drift in apps/landing/.env.example. Canonical subdomains (per probe + memory project_chain_naming_canonical): V1 scan mainnet : scan.sentrixchain.com V1 scan testnet : scan-testnet.sentrixchain.com V2 scan mainnet : scan.sentriscloud.com V2 scan testnet : scan-testnet.sentriscloud.com RPC mainnet : rpc.sentrixchain.com (bare, no /rpc suffix) RPC testnet : testnet-rpc.sentrixchain.com (bare) REST mainnet : api.sentrixchain.com REST testnet : testnet-api.sentrixchain.com Also fixes the V1 README "Deploy" section: it claimed nginx + ports 3006/3007 (one process per network), reality is single Caddy upstream on port 3005 serving both subdomains.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Audit on 2026-05-11 caught V1 scan README + both env-example files (scan + landing) pointing at subdomains that no longer resolve:
sentrixscan.sentriscloud.comscan.sentrixchain.comtestnet-scan.sentriscloud.comscan-testnet.sentrixchain.comsentrix-rpc.sentriscloud.comrpc.sentrixchain.com(bare)sentrix-api.sentriscloud.comapi.sentrixchain.comCanonical subdomain map (per memory + live probe)
scan.sentrixchain.comscan-testnet.sentrixchain.comscan.sentriscloud.comscan-testnet.sentriscloud.comrpc.sentrixchain.comtestnet-rpc.sentrixchain.comapi.sentrixchain.comtestnet-api.sentrixchain.comRPC URLs are bare (no
/rpcsuffix). Caddy accepts both at root.Also fixed: V1 scan "Deploy" section drift
V1 README claimed:
Reality:
Test plan
grep -rE "sentrix-(rpc|api)\.sentriscloud|sentrixscan|testnet-scan\.sentriscloud" apps/returns 0 matches after merge