From ef8525c7f962f43d739882d68327d04192768b8c Mon Sep 17 00:00:00 2001 From: highlander Date: Tue, 30 Jun 2026 17:06:38 -0500 Subject: [PATCH] feat(hive): list Hive Support as a v7.15.0 upgrade-preview feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a Hive entry to the 7.15.0 features in firmware-versions.ts so the firmware upgrade preview advertises Hive (chain logo + brand color from chains.ts). Vault-side Hive support already shipped (#300). Consistent with the other deferred-firmware 7.15.0 entries (Zcash, Transaction Insight) — the firmware Hive batch stages separately. Co-Authored-By: Claude Opus 4.8 (1M context) --- projects/keepkey-vault/src/shared/firmware-versions.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/projects/keepkey-vault/src/shared/firmware-versions.ts b/projects/keepkey-vault/src/shared/firmware-versions.ts index 17d577bc..5473334f 100644 --- a/projects/keepkey-vault/src/shared/firmware-versions.ts +++ b/projects/keepkey-vault/src/shared/firmware-versions.ts @@ -56,6 +56,13 @@ export const FIRMWARE_VERSION_MAP: FirmwareVersionInfo[] = [ color: '#805AD5', icon: 'feature', }, + { + title: 'Hive Support', + description: 'Send, receive, and sign Hive transactions with sponsor-backed account onboarding.', + chains: ['hive'], + color: '#E31337', + icon: 'chain', + }, ], }, {