MYKEY Wallet
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: