Skip to content

Commit

Permalink
added wallet connect
Browse files Browse the repository at this point in the history
  • Loading branch information
YohanTz committed Apr 25, 2024
1 parent ae5d11b commit 7065b0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/web/src/app/_lib/utils/connectors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { InjectedConnector as InjectedStarknetConnector } from "@starknet-react/core";
import { type StaticImageData } from "next/image";
import { coinbaseWallet, injected } from "wagmi/connectors";
import { coinbaseWallet, injected, walletConnect } from "wagmi/connectors";
// import { WalletConnectConnector } from "wagmi/connectors/walletConnect";

import argentXLogo from "../../../../public/logos/argentX.png";
Expand All @@ -22,6 +22,9 @@ export const ethereumConnectors = [
appName: "Arklane",
darkMode: true,
}),
walletConnect({
projectId: "834a150924b84c5bac21ad1e5a32d40d",
}),
];

export const DOWNLOAD_LINK_BY_CONNECTOR_ID: Record<string, string> = {
Expand Down

0 comments on commit 7065b0c

Please sign in to comment.