Skip to content

Commit 543e42c

Browse files
committed
onekey classic
1 parent 70d93cf commit 543e42c

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-staking",
3-
"version": "0.3.21",
3+
"version": "0.3.22",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src/app/components/FAQ/data/questions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const questions = (
9292
},
9393
{
9494
title: "Are hardware wallets supported?",
95-
content: `The only hardware wallets supporting Bitcoin Staking are: <p>(1) Keystone via QR code and (2) OneKey Pro <strong>using Taproot only</strong> 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.</p>`,
95+
content: `The following are the only hardware wallets supporting Bitcoin Staking: (1) Keystone - via QR code, (2) OneKey Pro and (3) OneKey Classic 1s (experimental, <code><strong>3.10.1</strong></code> firmware or higher) <strong>using Taproot only</strong> - via 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.`,
9696
},
9797
];
9898
if (shouldDisplayPoints()) {

src/app/components/Modals/ConnectModal.tsx

+10-5
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,16 @@ export const ConnectModal: React.FC<ConnectModalProps> = ({
207207
/>
208208
<span className="label-text text-xs leading-snug md:text-sm md:max-w-[34rem]">
209209
The following are the only hardware wallets supporting Bitcoin
210-
Staking: (1) Keystone via QR code and (2) OneKey Pro{" "}
211-
<strong>using Taproot only</strong> through the OneKey Chrome
212-
Extension. Using any other hardware wallet through any means
213-
(such as connection to a software/extension/mobile wallet) can
214-
lead to permanent inability to withdraw the stake.
210+
Staking: (1) Keystone - via QR code, (2) OneKey Pro and (3)
211+
OneKey Classic 1s (experimental,{" "}
212+
<code>
213+
<strong>3.10.1</strong>
214+
</code>{" "}
215+
firmware or higher) <strong>using Taproot only</strong> - via
216+
the OneKey Chrome Extension. Using any other hardware wallet
217+
through any means (such as connection to a
218+
software/extension/mobile wallet) can lead to permanent
219+
inability to withdraw the stake.
215220
</span>
216221
</label>
217222
</div>

0 commit comments

Comments
 (0)