Skip to content

Commit

Permalink
fixup! deps: @trezor/connect v9
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Oct 13, 2022
1 parent fa0deae commit d064fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class TrezorKeyring extends EventEmitter {
});

if (!this.trezorConnectInitiated) {
TrezorConnect.init({ manifest: TREZOR_CONNECT_MANIFEST });
TrezorConnect.init({ manifest: TREZOR_CONNECT_MANIFEST, lazyLoad: true });
this.trezorConnectInitiated = true;
}

Expand Down
2 changes: 1 addition & 1 deletion test/test-eth-trezor-keyring.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const sinon = require('sinon');

const EthereumTx = require('ethereumjs-tx');
const HDKey = require('hdkey');
const TrezorConnect = require('@trezor/connect').default;
const TrezorConnect = require('@trezor/connect-web').default;
const {
TransactionFactory,
FeeMarketEIP1559Transaction,
Expand Down

0 comments on commit d064fa1

Please sign in to comment.