From 9be13df547ee34cbfdff98d365c5c749266a0e20 Mon Sep 17 00:00:00 2001 From: Aryan Yadav <54806954+starwiz-7@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:34:22 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20add=20explicit=20coinbase=20conn?= =?UTF-8?q?ector?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/ui/src/main.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/ui/src/main.tsx b/js/ui/src/main.tsx index f7fefe7..d9b74cb 100644 --- a/js/ui/src/main.tsx +++ b/js/ui/src/main.tsx @@ -7,6 +7,7 @@ import { mainnet } from "wagmi/chains"; import App from "./App"; import "./index.css"; +import { coinbaseWallet, injected } from "wagmi/connectors"; const config = createConfig( getDefaultConfig({ @@ -20,6 +21,7 @@ const config = createConfig( http(), // public fallback ]), }, + connectors: [injected(), coinbaseWallet()], // Required appName: "SIWE | Devfolio",