From 292d5f5585c11488461e8b0edacd61e5cad06d71 Mon Sep 17 00:00:00 2001 From: satyakwok <119509589+satyakwok@users.noreply.github.com> Date: Thu, 14 May 2026 00:12:06 +0700 Subject: [PATCH] Update README to reflect published status on crates.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef357d8..d6955c9 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ println!("{}: {}", MAINNET.name, MAINNET.rpc_url); - [x] `evm` — alloy-based provider (read; write via alloy direct) - [x] `grpc` — tonic client over `sentrix.v1.Sentrix` (`getBlock`, `getBalance`, `getValidatorSet`, `getSupply`, `getMempool`, `streamEvents`) - [x] `bft` — WebSocket subscription manager (multiplex + keepalive ping + auto-reconnect, port of `@sentrix/chain/bft`) -- [ ] Published to crates.io once feature surface stabilises +- [x] Published to crates.io once feature surface stabilises ## Decimals