We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed7192 commit 9be13dfCopy full SHA for 9be13df
js/ui/src/main.tsx
@@ -7,6 +7,7 @@ import { mainnet } from "wagmi/chains";
7
8
import App from "./App";
9
import "./index.css";
10
+import { coinbaseWallet, injected } from "wagmi/connectors";
11
12
const config = createConfig(
13
getDefaultConfig({
@@ -20,6 +21,7 @@ const config = createConfig(
20
21
http(), // public fallback
22
]),
23
},
24
+ connectors: [injected(), coinbaseWallet()],
25
26
// Required
27
appName: "SIWE | Devfolio",
0 commit comments