From 4b31230f7e6a8fa177aedc9aee8e24cc885396a9 Mon Sep 17 00:00:00 2001 From: Kevin Le Jeune Date: Wed, 20 May 2026 10:48:49 +0200 Subject: [PATCH] feat: add clientVersion to SentinelMeta type --- src/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.ts b/src/types.ts index 95abbfe..9e1a3a8 100644 --- a/src/types.ts +++ b/src/types.ts @@ -9,6 +9,7 @@ export type SentinelMeta = { feature?: Feature; kind?: Kind; client?: string; + clientVersion?: string; wallet?: string; origin?: string; };