docs: align Networks section + add MetaMask guide#4
Merged
Conversation
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.
18 tasks
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
Closes #1. Supersedes #3.
Two changes to
README.md:Networks section — mainnet name corrected to
Sentrix Chain(wasSentrix 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 dedicatedscan-testnet.sentrixchain.comhost so EIP-3091 deeplinks route to the correct view (vs. the previousscan.sentrixchain.comwhich always opened the mainnet view).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.
Sentrix ChainSentrix Testnethttps://rpc.sentrixchain.comhttps://testnet-rpc.sentrixchain.comSRXSRXhttps://scan.sentrixchain.comhttps://scan-testnet.sentrixchain.comThese 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 toSentrix 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