Skip to content

Commit

Permalink
fix: coinbase wallet ios safari (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie authored Jun 19, 2024
1 parent 774638a commit 232c8a2
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 232c8a2

Please sign in to comment.