Add Sentrix Chain (mainnet 7119, testnet 7120)#2707
Merged
Define101 merged 2 commits intoDefiLlama:mainfrom May 5, 2026
Merged
Add Sentrix Chain (mainnet 7119, testnet 7120)#2707Define101 merged 2 commits intoDefiLlama:mainfrom
Define101 merged 2 commits intoDefiLlama:mainfrom
Conversation
Sentrix is an open-source Layer 1 blockchain (Rust + EVM via revm) with DPoS+BFT consensus and 1-second blocks. Mainnet: chainId 7119, RPC https://rpc.sentrixchain.com Testnet: chainId 7120, RPC https://testnet-rpc.sentrixchain.com Both entries point at the canonical Sentrix Scan + Blockscout explorers (Blockscout is EIP-3091 conformant; Sentrix Scan is a custom Next.js explorer).
Sentrix Labs is consolidating to a single explorer (scan.sentrixchain.com). The parallel Blockscout sidecar is being retired. scan.sentrixchain.com now exposes EIP-3091 routes: /block/<n> /tx/<hash> /address/<addr> /token/<addr> all returning 200 (via locale-prefix redirect chain). Updated standard: 'none' → 'EIP3091' on the Sentrix Scan entry.
Contributor
Author
|
Updated: dropped the Blockscout entry (Sentrix Labs consolidating to a single explorer; the parallel sidecar at blockscout.sentrixchain.com is being retired). The remaining |
This was referenced May 5, 2026
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.
Adding Sentrix Chain — open-source Rust L1 with DPoS+BFT consensus and EVM compatibility (revm).
Mainnet (
chainid-7119.js): chainId 7119, RPC https://rpc.sentrixchain.comTestnet (
chainid-7120.js): chainId 7120, RPC https://testnet-rpc.sentrixchain.comBlock explorers (both registered):
standard: "none")standard: "EIP3091")Project: github.com/sentrix-labs/sentrix — solo-built, BUSL-1.1 licensed, mainnet live since 2026-04 with 4 active validators.
JSON validated locally — both files parse cleanly via dynamic import.
shortName(srx,srx-testnet) andchainId(7119, 7120) verified unique against existing chainids in this repo.A companion PR is open at ethereum-lists/chains#8266 (currently in review).