Skip to content

docs: align Networks section + add MetaMask guide#4

Merged
satyakwok merged 1 commit into
mainfrom
docs/align-rpc-explorer-to-chainlist
May 10, 2026
Merged

docs: align Networks section + add MetaMask guide#4
satyakwok merged 1 commit into
mainfrom
docs/align-rpc-explorer-to-chainlist

Conversation

@satyakwok
Copy link
Copy Markdown
Contributor

Summary

Closes #1. Supersedes #3.

Two changes to README.md:

  1. Networks section — mainnet name corrected to Sentrix Chain (was Sentrix Mainnet), and both networks gain the RPC URL line so users have everything they need to add the network in one place. Testnet block explorer switched to the dedicated scan-testnet.sentrixchain.com host so EIP-3091 deeplinks route to the correct view (vs. the previous scan.sentrixchain.com which always opened the mainnet view).

  2. Tutorials section — placeholder replaced with the MetaMask setup guide that issue Add: MetaMask setup guide for Sentrix Chain #1 requested. Two tables (mainnet + testnet) using the canonical chainlist values.

Mainnet Testnet
Network name Sentrix Chain Sentrix Testnet
RPC URL https://rpc.sentrixchain.com https://testnet-rpc.sentrixchain.com
Symbol SRX SRX
Explorer https://scan.sentrixchain.com https://scan-testnet.sentrixchain.com

These values match the ethereum-lists/chains submission (PR #8266) and the upstream frontend chain configs (Sentriscloud/frontend#49).

Why supersede #3 instead of merging it

@nightcityblade's PR was correct against the existing README's Networks section but used Sentrix Mainnet, which was itself stale — every other config in the codebase had already moved to Sentrix Chain. Easier to land one PR with consistent values across the Networks + Tutorials sections than to merge then immediately follow up with a name change. Thanks @nightcityblade for prompting the cleanup.

Test plan

  • Render README on github.com — tables display correctly
  • Walk through MetaMask add for mainnet using the values in the new guide — chain ID matches, balance shows in SRX, explorer link from MetaMask opens scan.sentrixchain.com
  • Same walk-through for testnet — explorer link opens scan-testnet.sentrixchain.com

Mainnet name was "Sentrix Mainnet" — every official source (frontend
chain configs, genesis, chainlist submission) actually uses "Sentrix
Chain". Updated. Networks section also gains the RPC URLs (previously
only chain ID and explorer were listed) so users can copy-paste into
MetaMask without a second hop.

Adds the MetaMask setup guide that issue #1 asked for, with values
matching the chainlist submission. Testnet block explorer points at
scan-testnet.sentrixchain.com (the dedicated testnet host) so EIP-3091
deeplinks route correctly. Drops the now-completed "Add Sentrix to
MetaMask" line from the recommended-topics list.

Supersedes #3 — same intent, corrected values.
@satyakwok satyakwok mentioned this pull request May 10, 2026
18 tasks
@satyakwok satyakwok merged commit 1167142 into main May 10, 2026
@satyakwok satyakwok deleted the docs/align-rpc-explorer-to-chainlist branch May 10, 2026 17:49
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.

Add: MetaMask setup guide for Sentrix Chain

1 participant