Skip to content

MYKEY Wallet

Compare
Choose a tag to compare
@lnbc1QWFyb24 lnbc1QWFyb24 released this 18 Aug 01:13
8a9f127

This release adds MYKEY wallet. It can be included in a project by adding the following initialization object to the wallets array:

{ walletName: 'mykey', rpcUrl: 'RPC_URL' }

The rpcUrl is an optional parameter that will enable the balance subscription to work correctly (like the Trust and imToken modules)

Also included in this release is a fix that adds some fallback fonts so that in the case that Helvetica Neue isn't available, it will fallback to something more suitable than Times New Roman. Thanks to @benjlevesque for the PR on this one!

Changelog:

  • Add fallback fonts (#413)
  • add MYKEY wallet (#414)
  • Fix: Meetone install msg (#417)
  • Fix: Mykey balance (#419)
  • Fix: Trust Provider (#421)