Skip to content

Commit

Permalink
remove mm connector
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie committed Jun 17, 2024
1 parent ea505fd commit 4605495
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/connectkit/src/defaultConnectors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CreateConnectorFn } from 'wagmi';
import {
metaMask,
injected,
walletConnect,
coinbaseWallet,
CoinbaseWalletParameters,
Expand Down Expand Up @@ -40,12 +40,7 @@ const defaultConnectors = ({

// Add the rest of the connectors
connectors.push(
metaMask({
dappMetadata: {
name: app.name,
iconUrl: app.icon,
},
}),
injected({ target: 'metaMask' }),
coinbaseWallet({
appName: app.name,
appLogoUrl: app.icon,
Expand Down

0 comments on commit 4605495

Please sign in to comment.