From d100ab39eecf80a581c502d587d554e324ca9efd Mon Sep 17 00:00:00 2001 From: Olivia Barnett Date: Mon, 24 Jun 2024 19:07:01 -0400 Subject: [PATCH] fix: use all preference in coinbase wallet connector --- template/web/src/store/createWagmiConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/web/src/store/createWagmiConfig.ts b/template/web/src/store/createWagmiConfig.ts index 221aa0b0..366e8b3c 100644 --- a/template/web/src/store/createWagmiConfig.ts +++ b/template/web/src/store/createWagmiConfig.ts @@ -17,7 +17,7 @@ export function createWagmiConfig(rpcUrl: string, projectId?: string) { connectors: [ coinbaseWallet({ appName: 'buildonchainapps', - preference: 'smartWalletOnly', + preference: 'all', }), ], ssr: true,