Skip to content

Commit

Permalink
Update trezor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlwh authored Dec 13, 2024
1 parent be81b93 commit ede7e29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/caravan-wallets/src/trezor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ const TREZOR_DEV =
try {
TrezorConnect.init({
connectSrc: TREZOR_DEV ? TREZOR_CONNECT_URL : undefined,
coreMode: "auto", // default value still required to enable WebUSB support
lazyLoad: true, // this param prevents iframe injection until a TrezorConnect.method is called
manifest: {
email: "[email protected]",
Expand Down

0 comments on commit ede7e29

Please sign in to comment.