Lattice Hardware Wallet
This release adds a wallet module for the Lattice Hardware Wallet. To include Lattice in your project, add the following wallet init object in the wallets array when initializing Onboard:
{
walletName: 'lattice',
rpcUrl: '<RPC_URL>',
appName: '<APP_NAME>' // app name that will be displayed on device
}
Changelog:
- Adds Lattice hardware wallet support (#434)