Skip to content

Commit

Permalink
remove wcprovider
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch-txs committed Nov 8, 2023
1 parent 54403ba commit 163cbb8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions config/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,9 @@ export const ETH_CHAINS_DEV =

export const CHAINS: Chain[] =
process.env.NODE_ENV === "production" ? ETH_CHAINS_PROD : ETH_CHAINS_DEV

const projectId = process.env.NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID!
if (!projectId) {
throw new Error("Project ID is undefined")
}

const PROVIDERS: ChainProviderFn<Chain>[] = [walletConnectProvider({ projectId })]

const PROVIDERS: ChainProviderFn<Chain>[] = []


if (env.NEXT_PUBLIC_ALCHEMY_API_KEY) {
Expand Down

0 comments on commit 163cbb8

Please sign in to comment.