Skip to content

Commit

Permalink
add prod wc project id
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Nov 24, 2023
1 parent 38ebf09 commit 1f7a34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/wagmi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { WagmiConfig, configureChains } from "wagmi"
import { goerli, gnosis, mainnet } from "wagmi/chains"
import { publicProvider } from "@wagmi/core/providers/public"

export let walletConnectProjectId = "f0f39635674ae1bc5c5db55ccfbb0f33"
export let walletConnectProjectId = "82b90020010d4b99d67a28028e036200"
if (
typeof window !== "undefined" &&
window.location.hostname === "lock.dev.gnosisdev.com"
Expand Down

0 comments on commit 1f7a34e

Please sign in to comment.