From 47a2e7a43b67cfc76282751e1ef689b2e08a7157 Mon Sep 17 00:00:00 2001 From: satyakwok Date: Wed, 13 May 2026 20:28:15 +0200 Subject: [PATCH] =?UTF-8?q?docs(readme):=20fix=20stale=20"scaffold"=20stat?= =?UTF-8?q?us=20=E2=80=94=20indexer=20is=20in=20production?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Status line said "scaffold — Phase 1 in progress" from the original draft. Reality: this TS indexer powers the production REST API + scan UI on both mainnet + testnet; the Rust rewrite at Sentriscloud/indexer-rs is the upcoming successor (per its own README's Phase 10/11 dual-run + cutover plan). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb4bc6a..6ddbe52 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ and log from the public RPC + WebSocket endpoints, decodes ERC-20/721/1155 trans tracks reorgs, and exposes the result as an Etherscan-API-compatible REST surface plus Sentrix-native endpoints (validators, epochs, native token ops). -> **Status:** scaffold — Phase 1 in progress. Tier 1 of the Sentrix Builder Readiness Sprint. +> **Status:** Live in production — backs the public REST + scan UI on both mainnet (chain 7119) and testnet (chain 7120). A Rust rewrite is in active development at [`Sentriscloud/indexer-rs`](https://github.com/Sentriscloud/indexer-rs); this TS implementation continues to serve until that one reaches dual-run parity + cutover. ## Architecture