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 232c8a2 commit 09c4a59Copy full SHA for 09c4a59
packages/connectkit/src/wallets/useWallets.tsx
@@ -100,7 +100,7 @@ export const useWallets = (): WalletProps[] => {
100
.filter(
101
(wallet, index, self) =>
102
!(
103
- wallet.id === 'metaMaskSDK' &&
+ (wallet.id === 'metaMaskSDK' || wallet.id === 'metaMask') &&
104
self.find(
105
(w) => w.id === 'io.metamask' || w.id === 'io.metamask.mobile'
106
)
0 commit comments