🎉 Gnosis Safe, Bitpie, & XDefi wallets + Security Updates
This release adds support for 3 new wallets: Gnosis Safe, Bitpie and XDefi. The Ledger provider now supports signing Typed data messages (See EIP712 for more information). Additionally, we include a number of vulnerability fixes to various Onboard.js dependancies.
Bitpie and XDefi
For Bitpie and XDefi add the following wallet init object to your wallets array when initializing Onboard:
{ walletName: 'bitpie' },
{ walletName: 'xdefi' }
Gnosis Safe
For Gnosis Safe add the following wallet init object to your wallets array when initializing Onboard:
{ walletName: 'gnosis' }
With Gnosis Safe if a user opens your dApp within the Safe Interface, Onboard.js will automatically select the Gnosis Safe for the user.
Changlog
- 1.25.0-0.1.0: [feature] gnosis safe wallet (#551)
- Bump lodash from 4.17.19 to 4.17.21 (#549)
- Bump hosted-git-info from 2.8.8 to 2.8.9 (#550)
- 1.25.0-0.2.2: [feature] Ledger EIP712 Support (#554)
- 1.25.0-0.3.2: [feature] Adds bitpie wallet (#541)
- 1.25.0-0.4.2: [chore] patch vulnerabilities (#553)
- 1.25.0-0.5.2: [refactor] Adds autoselect for gnosis wallet (#555)
- 1.25.0-0.5.3: [fix] Fixes issue when gnosis wallet is not found label is undefined (#557)
- feat: add XDEFI (#540)
- 1.25.0-0.5.4: [update] Updates the bnc-sdk to latest (#558)
- 1.25.0-0.5.5: [fix] Add check for WalletConnect Initialization object (#560)