Skip to content

Huobi Wallet

Compare
Choose a tag to compare
@lnbc1QWFyb24 lnbc1QWFyb24 released this 25 Aug 04:05
83875fa

This release adds Huobi wallet as an included wallet for mobile devices. To add it to your project add the following init object to the wallets array when initializing Onboard: { walletName: 'huobiwallet', rpcUrl: RPC_URL }. The rpcUrl parameter is optional but needs to be included if you would like the balance subscription to function correctly.

Also included in this release is a change to the Ledger module, adding some logic to determine the best transport to use based on the OS and browser combination that the user is on. If a LedgerTransport is passed in with the init object for Ledger, then Onboard will still use the passed in transport. This change will fix the Ledger module for users on Windows 10.

Changelog:

  • Add huobiwallet support (#423)
  • Enhancement: Ledger Transport (#424)