Skip to content

Commit

Permalink
feat: disable coinbase smart wallet (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaszheng committed Sep 3, 2024
1 parent 5bb4189 commit 9a45586
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ export const resolveWagmiConnector = ({
return coinbaseWalletConnector({
appName: 'dYdX',
reloadOnDisconnect: false,
// disable Coinbase Smart Wallet because dydx-client currently doesn't handle EIP-6492 signatures
preference: 'eoaOnly',
});
}

Expand Down

0 comments on commit 9a45586

Please sign in to comment.