Skip to content

Commit

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

import argentXLogo from "../../../../public/logos/argentX.png";
import braavosLogo from "../../../../public/logos/braavos.png";
Expand All @@ -10,14 +9,8 @@ import metaMaskLogo from "../../../../public/logos/metamask.png";
import walletConnectLogo from "../../../../public/logos/wallet_connect.png";
import { type Chain } from "../../_types";

/*
* TODO @YohanTz: Handle Wallet Connect
* const walletConnectProjectId = process.env.WALLETCONNECT_PROJECT_ID ?? "";
*/

export const ethereumConnectors = [
injected(),
// new WalletConnectConnector({ options: { projectId: walletConnectProjectId } }),
coinbaseWallet({
appName: "Arklane",
darkMode: true,
Expand Down

0 comments on commit 188e304

Please sign in to comment.