Skip to content

🎊 Keepkey Support, Ledger Chrome 91 Fix & Gnosis dep updates

Compare
Choose a tag to compare
@taylorjdawson taylorjdawson released this 17 Jun 03:15
96aba9e

This release adds support for Shapeshift's Keepkey hardware wallet! This integration comes with a PIN UI and passphrase entry for a smooth onboarding process. To enable Keepkey support simply add the following to your Onboard init object:
{ walletName: 'keepkey', rpcUrl: '<rpc-provider-url>' }

Furthermore, this release includes an update to the Ledger wallet where it now uses WebUSB if the browser supports it. This consequently mitigates an issue with Chrome v91 where the U2F protocol no longer works with the Ledger device ( See #577 ).

Changelog:

  • 1.27.0-0.0.1: [update] Update Gnosis deps (#578)
  • 1.27.0-0.0.2: [fix] Ledger use WebUSB where supported (#580)
  • 1.25.0-0.1.2: [feature] KeepKey Wallet (#552)