From fc71f61367765828cc5fb7d8ba0cec2c6742ba21 Mon Sep 17 00:00:00 2001 From: Govard Barkhatov Date: Mon, 16 Dec 2024 18:43:30 +0200 Subject: [PATCH] feat: OneKey Classic 1S (#500) * onekey classic * Update src/app/components/FAQ/data/questions.ts Co-authored-by: Vitalis Salis * match connect * text update * bump version --------- Co-authored-by: Vitalis Salis --- package-lock.json | 4 ++-- package.json | 2 +- src/app/components/FAQ/data/questions.ts | 2 +- src/app/components/Modals/ConnectModal.tsx | 15 ++++++++++----- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47ee79ab..d88902a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-staking", - "version": "0.3.22", + "version": "0.3.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simple-staking", - "version": "0.3.22", + "version": "0.3.23", "dependencies": { "@babylonlabs-io/btc-staking-ts": "0.3.0", "@bitcoin-js/tiny-secp256k1-asmjs": "2.2.3", diff --git a/package.json b/package.json index cc8613a6..e7128337 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-staking", - "version": "0.3.22", + "version": "0.3.23", "private": true, "scripts": { "dev": "next dev", diff --git a/src/app/components/FAQ/data/questions.ts b/src/app/components/FAQ/data/questions.ts index 88408e0b..f4bc5a4d 100644 --- a/src/app/components/FAQ/data/questions.ts +++ b/src/app/components/FAQ/data/questions.ts @@ -92,7 +92,7 @@ export const questions = ( }, { title: "Are hardware wallets supported?", - content: `The only hardware wallets supporting Bitcoin Staking are:

(1) Keystone via QR code and (2) OneKey Pro using Taproot only through the OneKey Chrome Extension. Using any other hardware wallet through any means (such as connection to a software/extension/mobile wallet) can lead to permanent inability to withdraw the stake.

`, + content: `The following are the only hardware wallets supporting Bitcoin Staking: (1) Keystone -- via QR code and (2) OneKey -- via the OneKey Chrome extension and the hardware devices (a) OneKey Pro and (b) OneKey Classic 1s (experimental, 3.10.1 firmware or higher) using Taproot only. Using any other hardware wallet through any means (such as connection to a software/extension/mobile wallet) can lead to permanent inability to withdraw the stake.`, }, ]; if (shouldDisplayPoints()) { diff --git a/src/app/components/Modals/ConnectModal.tsx b/src/app/components/Modals/ConnectModal.tsx index c354a80a..45f43e42 100644 --- a/src/app/components/Modals/ConnectModal.tsx +++ b/src/app/components/Modals/ConnectModal.tsx @@ -207,11 +207,16 @@ export const ConnectModal: React.FC = ({ /> The following are the only hardware wallets supporting Bitcoin - Staking: (1) Keystone via QR code and (2) OneKey Pro{" "} - using Taproot only through the OneKey Chrome - Extension. Using any other hardware wallet through any means - (such as connection to a software/extension/mobile wallet) can - lead to permanent inability to withdraw the stake. + Staking: (1) Keystone -- via QR code and (2) OneKey -- via the + OneKey Chrome extension and the hardware devices (a) OneKey + Pro and (b) OneKey Classic 1s (experimental,{" "} + + 3.10.1 + {" "} + firmware or higher) using Taproot only. Using + any other hardware wallet through any means (such as + connection to a software/extension/mobile wallet) can lead to + permanent inability to withdraw the stake.