Skip to content

Commit

Permalink
chore: temporarily remove wallet connect (#454)
Browse files Browse the repository at this point in the history
* chore: temporarily remove wallet connect

* chore: fix unused import
  • Loading branch information
npty authored Dec 14, 2023
1 parent 3313390 commit 9ce6d24
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/wagmi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
} from "wagmi";
import { CoinbaseWalletConnector } from "wagmi/connectors/coinbaseWallet";
import { MetaMaskConnector } from "wagmi/connectors/metaMask";
import { WalletConnectConnector } from "wagmi/connectors/walletConnect";
// import { WalletConnectConnector } from "wagmi/connectors/walletConnect";
import { jsonRpcProvider } from "wagmi/providers/jsonRpc";
import { publicProvider } from "wagmi/providers/public";

Expand Down Expand Up @@ -46,13 +46,13 @@ export const wagmiConfig = createConfig({
darkMode: true,
},
}),
new WalletConnectConnector({
chains,
options: {
showQrModal: true,
projectId: String(process.env.NEXT_PUBLIC_WALLETCONNNECT_PROJECT_ID),
},
}),
// new WalletConnectConnector({
// chains,
// options: {
// showQrModal: true,
// projectId: String(process.env.NEXT_PUBLIC_WALLETCONNNECT_PROJECT_ID),
// },
// }),
],
publicClient,
});
Expand Down

1 comment on commit 9ce6d24

@vercel
Copy link

@vercel vercel bot commented on 9ce6d24 Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.