Skip to content

Commit

Permalink
feat: HW wallets OneKey Pro (#490)
Browse files Browse the repository at this point in the history
* hw wallets onekey pro

* 0.3.19

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

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

---------

Co-authored-by: Vitalis Salis <[email protected]>
  • Loading branch information
gbarkhatov and vitsalis authored Dec 10, 2024
1 parent 3bb3ad9 commit b9b6173
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
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.18",
"version": "0.3.19",
"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: `<p>Keystone via QR code is the only hardware wallet supporting Bitcoin Staking. 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 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>`,
},
];
if (shouldDisplayPoints()) {
Expand Down
11 changes: 6 additions & 5 deletions src/app/components/Modals/ConnectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,12 @@ export const ConnectModal: React.FC<ConnectModalProps> = ({
checked={noHWWallet}
/>
<span className="label-text text-xs leading-snug md:text-sm md:max-w-[34rem]">
I acknowledge that Keystone via QR code is the only hardware
wallet supporting Bitcoin Staking. Using any other hardware
wallets through any means (such as connection to software /
extension / mobile wallet) can lead to permanent inability to
withdraw the stake.
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.
</span>
</label>
</div>
Expand Down

0 comments on commit b9b6173

Please sign in to comment.