We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a59cf0 + 4ff756e commit d1e355aCopy full SHA for d1e355a
web/src/context/Web3Provider.tsx
@@ -8,7 +8,7 @@ import { jsonRpcProvider } from "wagmi/providers/jsonRpc";
8
import { useToggleTheme } from "hooks/useToggleThemeContext";
9
import { useTheme } from "styled-components";
10
11
-const chains = [arbitrumGoerli, gnosisChiado];
+const chains = [arbitrumGoerli, mainnet, gnosisChiado];
12
const projectId = process.env.WALLETCONNECT_PROJECT_ID ?? "6efaa26765fa742153baf9281e218217";
13
14
const { publicClient, webSocketPublicClient } = configureChains(chains, [
0 commit comments