Skip to content

Commit

Permalink
add extra connector
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Nov 14, 2024
1 parent 463edb7 commit c892f9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/createWagmiConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ export const createWagmiConfig = ({
appLogoUrl,
preference: 'smartWalletOnly',
}),
coinbaseWallet({
appName,
appLogoUrl,
preference: 'eoaOnly',
}),
],
storage: createStorage({
storage: cookieStorage,
Expand Down

0 comments on commit c892f9d

Please sign in to comment.