Add Sentrix Chain mainnet (7119) and testnet (7120)#4603
Open
satyakwok wants to merge 2 commits into
Open
Conversation
Sentrix Chain is a Rust-based, EVM-compatible Layer-1 with 1-second blocks, instant BFT finality, and revm execution. Both networks are EIP-155 + EIP-1559, registered in ethereum-lists/chains (#8266) and DefiLlama/chainlist (wevm#2707). - Mainnet: chainId 7119, rpc.sentrixchain.com, scan.sentrixchain.com. - Testnet: chainId 7120, testnet-rpc.sentrixchain.com, scan-testnet.sentrixchain.com. - Native SRX (18 decimals). - Multicall3 verified live on both networks (mainnet 0xFd4b...cE9 at block 717078, testnet 0x7900...Cd54 at block 723191). - WebSocket subscriptions available (eth_subscribe + native channels).
|
@satyakwok is attempting to deploy a commit to the Wevm Team on Vercel. A member of the Team first needs to authorize it. |
🦋 Changeset detectedLatest commit: 72b3f8d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
satyakwok
added a commit
to sentrix-labs/awesome-sentrix
that referenced
this pull request
May 13, 2026
Tutorials section now reflects the open viem PR (wevm/viem#4603): - viem section leads with the post-merge syntax (import { sentrix } from 'viem/chains') and keeps the inline defineChain() block as the pre-merge fallback. - New wagmi snippet showing createConfig() with both networks + injected/WalletConnect connectors + transports map. Notes that RainbowKit, ConnectKit, Reown AppKit, and RabbyKit consume the same viem chain registry — they all pick up Sentrix the same way. Co-authored-by: satyakwok <satyakwok@users.noreply.github.com>
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.
Description
Adds Sentrix Chain mainnet and testnet to the
viem/chainsentrypoint.Sentrix Chain is a Rust-based, EVM-compatible Layer-1 with 1-second blocks, instant BFT finality, and
revmexecution. EIP-155 + EIP-1559 compatible.Chain details
0xFd4b34b5763f54a580a0d9f7997A2A993ef9ceE9(block 717078)0x7900826De548425c6BE56caEbD4760AB0155Cd54(block 723191)Requirements checklist
ethereum-lists/chains(PR #8266).DefiLlama/chainlist#2707.Sentrix Chain/Sentrix Testnet).Sentrix/SRX/ 18 decimals).eth_chainIdreturns0x1bcf/0x1bd0.baseFeePerGaspresent in latest block).eth_getCode(non-empty bytecode on both networks)..changeset/sentrix-chain-add.md).More resources