Skip to content

Commit

Permalink
🚧 add explicit coinbase connector
Browse files Browse the repository at this point in the history
  • Loading branch information
starwiz-7 committed Sep 24, 2024
1 parent bed7192 commit 9be13df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/ui/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand All @@ -20,6 +21,7 @@ const config = createConfig(
http(), // public fallback
]),
},
connectors: [injected(), coinbaseWallet()],

// Required
appName: "SIWE | Devfolio",
Expand Down

0 comments on commit 9be13df

Please sign in to comment.