Skip to content

Add Sentrix Chain (mainnet 7119) + Sentrix Testnet (7120)#2732

Closed
satyakwok wants to merge 2 commits intoDefiLlama:mainfrom
satyakwok:add-sentrix-chain
Closed

Add Sentrix Chain (mainnet 7119) + Sentrix Testnet (7120)#2732
satyakwok wants to merge 2 commits intoDefiLlama:mainfrom
satyakwok:add-sentrix-chain

Conversation

@satyakwok
Copy link
Copy Markdown
Contributor

Sentrix Chain — Rust-based EVM-compatible L1, mainnet live since 2026-04. Already submitted to ethereum-lists/chains via PR #8266 (open, awaiting reviewer). Adding here in parallel for the DefiLlama UI.

Mainnet: chain ID 7119, RPC https://rpc.sentrixchain.com, explorer https://scan.sentrixchain.com.
Testnet: chain ID 7120, RPC https://testnet-rpc.sentrixchain.com, explorer https://scan-testnet.sentrixchain.com, faucet https://faucet.sentrixchain.com.

Both endpoints live + EIP-3091 compliant. Verifiable now:

$ curl -s -X POST -H 'content-type: application/json' \
    -d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}' \
    https://rpc.sentrixchain.com
{"jsonrpc":"2.0","result":"0x1bcf","id":1}

Single-token (SRX, 18 decimals at the EVM boundary). EIP-155 supported.

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

Superseded — both files (chainid-7119.js + chainid-7120.js) already on main via merged #2707 with identical content (sha 284aecdda2 for 7119). Closing to keep the queue clean. Active follow-ups: #2714 (chainSlug for icon CDN), #2715 (testnet explorer URL fix + nativeCurrency drift fix). Thanks!

@satyakwok satyakwok closed this May 11, 2026
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.

1 participant