Skip to content

Commit

Permalink
feat: OneKey Classic 1S (#500)
Browse files Browse the repository at this point in the history
* onekey classic

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

Co-authored-by: Vitalis Salis <[email protected]>

* match connect

* text update

* bump version

---------

Co-authored-by: Vitalis Salis <[email protected]>
  • Loading branch information
gbarkhatov and vitsalis authored Dec 16, 2024
1 parent 7f24075 commit fc71f61
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-staking",
"version": "0.3.22",
"version": "0.3.23",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/FAQ/data/questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const questions = (
},
{
title: "Are hardware wallets supported?",
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>`,
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, <code><strong>3.10.1</strong></code> firmware or higher) using <strong>Taproot only</strong>. 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()) {
Expand Down
15 changes: 10 additions & 5 deletions src/app/components/Modals/ConnectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,16 @@ export const ConnectModal: React.FC<ConnectModalProps> = ({
/>
<span className="label-text text-xs leading-snug md:text-sm md:max-w-[34rem]">
The following are the only hardware wallets supporting Bitcoin
Staking: (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.
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,{" "}
<code>
<strong>3.10.1</strong>
</code>{" "}
firmware or higher) using <strong>Taproot only</strong>. 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.
</span>
</label>
</div>
Expand Down

0 comments on commit fc71f61

Please sign in to comment.