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 ede7e29 commit ea990b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/caravan-wallets/src/trezor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ const TREZOR_DEV =

try {
TrezorConnect.init({
connectSrc: TREZOR_DEV ? TREZOR_CONNECT_URL : undefined,
connectSrc: TREZOR_DEV
? TREZOR_CONNECT_URL
: "https://connect.trezor.io/9.4.7/", // pinning to this connect version to avoid backwards incompatible changes
coreMode: "auto", // default value still required to enable WebUSB support
lazyLoad: true, // this param prevents iframe injection until a TrezorConnect.method is called
manifest: {
Expand Down

0 comments on commit ea990b0

Please sign in to comment.