Skip to content

Commit 996d872

Browse files
authored
Merge pull request #264 from blocknative/enahncement/enable-mobile-hardware-wallets
Enable hardware wallets on Android. Closes #263
2 parents 3d7d0a8 + 821517b commit 996d872

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/modules/select/wallets/ledger.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ function ledger(options: LedgerOptions & CommonWalletOptions): WalletModule {
6767
},
6868
type: 'hardware',
6969
desktop: true,
70+
mobile: true,
71+
osExclusions: ['iOS'],
7072
preferred
7173
}
7274
}

src/modules/select/wallets/trezor.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ function trezor(options: TrezorOptions & CommonWalletOptions): WalletModule {
6767
},
6868
type: 'hardware',
6969
desktop: true,
70+
mobile: true,
71+
osExclusions: ['iOS'],
7072
preferred
7173
}
7274
}

0 commit comments

Comments
 (0)