Skip to content

Commit

Permalink
Disable coinbase sdk as it has issues with SSR
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Apr 25, 2024
1 parent 339380b commit 8555e7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/connectors/src/defaultConnectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ export const getDefaultConnectors = ({
walletConnect({
projectId: walletConnectProjectId
}),
metamask(),
coinbaseWallet({
appName
})
metamask()
// coinbaseWallet({
// appName
// })
])

return connectors
Expand Down

0 comments on commit 8555e7c

Please sign in to comment.