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.
2 parents 3d7d0a8 + 821517b commit 996d872Copy full SHA for 996d872
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