Skip to content

Commit

Permalink
chore: update the hardware wallet T&C
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab committed Dec 24, 2024
1 parent edbca59 commit 970f3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TermsOfService/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function TermsOfService({ className, onClose, onSubmit }: Props) {
<Checkbox checked={state["inscriptions"]} onChange={handleChange("inscriptions")} />
</FieldControl>

<FieldControl label="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.">
<FieldControl label="I acknowledge that 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.">
<Checkbox checked={state["staking"]} onChange={handleChange("staking")} />
</FieldControl>
</DialogBody>
Expand Down

0 comments on commit 970f3c4

Please sign in to comment.