Skip to content

Commit

Permalink
fix(web): add mainnet to chains, but in second position so it's not t…
Browse files Browse the repository at this point in the history
…he default
  • Loading branch information
alcercu committed Sep 13, 2023
1 parent efe8852 commit a3b16ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/context/Web3Provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { jsonRpcProvider } from "wagmi/providers/jsonRpc";
import { useToggleTheme } from "hooks/useToggleThemeContext";
import { useTheme } from "styled-components";

const chains = [arbitrumGoerli, gnosisChiado];
const chains = [arbitrumGoerli, mainnet, gnosisChiado];
const projectId = process.env.WALLETCONNECT_PROJECT_ID ?? "6efaa26765fa742153baf9281e218217";

const { publicClient, webSocketPublicClient } = configureChains(chains, [
Expand Down

0 comments on commit a3b16ed

Please sign in to comment.