From 64a7bd45de3190ce34f073f7de794c4f814a3eab Mon Sep 17 00:00:00 2001 From: satyakwok Date: Thu, 7 May 2026 14:51:06 +0200 Subject: [PATCH 1/2] docs: add CI / license / release badges to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1ea7fcd..bb66230 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # @sentrix/chain +[![CI](https://github.com/Sentriscloud/sdk-ts/actions/workflows/ci.yml/badge.svg)](https://github.com/Sentriscloud/sdk-ts/actions/workflows/ci.yml) +[![License](https://img.shields.io/github/license/Sentriscloud/sdk-ts)](LICENSE) +[![Latest release](https://img.shields.io/github/v/release/Sentriscloud/sdk-ts?include_prereleases&sort=semver)](https://github.com/Sentriscloud/sdk-ts/releases/latest) + + Official TypeScript SDK for **Sentrix Chain** (chain ID `7119` mainnet, `7120` testnet). Three independent surfaces under one package: - **`@sentrix/chain/evm`** — viem-based EVM client (the standard EVM dApp door) From 2ecd564e8c386b673d391f4aa09d31213f1376a4 Mon Sep 17 00:00:00 2001 From: satyakwok Date: Thu, 7 May 2026 15:37:08 +0200 Subject: [PATCH 2/2] ci: trigger workflow re-run