Skip to content

Lattice Hardware Wallet

Compare
Choose a tag to compare
@lnbc1QWFyb24 lnbc1QWFyb24 released this 30 Sep 23:28
7330e43

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
}

Lattice Hardware Wallet

Changelog:

  • Adds Lattice hardware wallet support (#434)