diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10eab45..008b8bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -117,7 +117,7 @@ Runtime dependencies should stay small, browser-safe, and audit-friendly. ## Sandbox -The sandbox in `sandbox/` is for manual browser testing against real BitBox02 +The sandbox in `sandbox/` is for manual browser testing against real BitBox hardware through WebHID or BitBoxBridge: ```bash diff --git a/sandbox/index.html b/sandbox/index.html index 1a3caf0..8f4d2d1 100644 --- a/sandbox/index.html +++ b/sandbox/index.html @@ -3,7 +3,7 @@ - BitBox02 sandbox (@bitboxswiss/bitbox-api) + BitBox sandbox (@bitboxswiss/bitbox-api)
diff --git a/sandbox/src/App.tsx b/sandbox/src/App.tsx index 2cfceda..24c1a83 100644 --- a/sandbox/src/App.tsx +++ b/sandbox/src/App.tsx @@ -63,7 +63,7 @@ function App() { return (

Pairing code

-

Confirm the matching code on the BitBox02.

+

Confirm the matching code on the BitBox.

{pairingCode}
{err !== undefined && ( -

BitBox02 sandbox

+

BitBox sandbox

Connection established.