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,