Skip to content

Commit

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

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

0 comments on commit af81f32

Please sign in to comment.