Skip to content

Add Sentrix Chain (mainnet 7119, testnet 7120)#2707

Merged
Define101 merged 2 commits intoDefiLlama:mainfrom
satyakwok:add-sentrix-chain
May 5, 2026
Merged

Add Sentrix Chain (mainnet 7119, testnet 7120)#2707
Define101 merged 2 commits intoDefiLlama:mainfrom
satyakwok:add-sentrix-chain

Conversation

@satyakwok
Copy link
Copy Markdown
Contributor

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.com
Testnet (chainid-7120.js): chainId 7120, RPC https://testnet-rpc.sentrixchain.com

Block explorers (both registered):

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) and chainId (7119, 7120) verified unique against existing chainids in this repo.

A companion PR is open at ethereum-lists/chains#8266 (currently in review).

satyakwok and others added 2 commits April 30, 2026 14:14
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.
@satyakwok
Copy link
Copy Markdown
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 Sentrix Scan entry is now standard: EIP3091 after singular-route redirects landed (/block/<n>, /tx/<hash>, /address/<addr>, /token/<addr> all return 200).

@Define101 Define101 merged commit 62d5fbf into DefiLlama:main May 5, 2026
1 check passed
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.

2 participants