We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7d0a8 commit 821517bCopy full SHA for 821517b
src/modules/select/wallets/ledger.ts
@@ -67,6 +67,8 @@ function ledger(options: LedgerOptions & CommonWalletOptions): WalletModule {
67
},
68
type: 'hardware',
69
desktop: true,
70
+ mobile: true,
71
+ osExclusions: ['iOS'],
72
preferred
73
}
74
src/modules/select/wallets/trezor.ts
@@ -67,6 +67,8 @@ function trezor(options: TrezorOptions & CommonWalletOptions): WalletModule {
0 commit comments