Skip to content

Commit

Permalink
dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie committed Jun 14, 2024
1 parent 456ad9a commit 77053bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/connectkit/src/defaultConnectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ const defaultConnectors = ({

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

0 comments on commit 77053bb

Please sign in to comment.