Skip to content

Commit 9be13df

Browse files
committed
🚧 add explicit coinbase connector
1 parent bed7192 commit 9be13df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/ui/src/main.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { mainnet } from "wagmi/chains";
77

88
import App from "./App";
99
import "./index.css";
10+
import { coinbaseWallet, injected } from "wagmi/connectors";
1011

1112
const config = createConfig(
1213
getDefaultConfig({
@@ -20,6 +21,7 @@ const config = createConfig(
2021
http(), // public fallback
2122
]),
2223
},
24+
connectors: [injected(), coinbaseWallet()],
2325

2426
// Required
2527
appName: "SIWE | Devfolio",

0 commit comments

Comments
 (0)