Skip to content

Commit 4ff756e

Browse files
committed
fix: ens-address-and-icon
1 parent 8a59cf0 commit 4ff756e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/context/Web3Provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { jsonRpcProvider } from "wagmi/providers/jsonRpc";
88
import { useToggleTheme } from "hooks/useToggleThemeContext";
99
import { useTheme } from "styled-components";
1010

11-
const chains = [arbitrumGoerli, gnosisChiado];
11+
const chains = [arbitrumGoerli, mainnet, gnosisChiado];
1212
const projectId = process.env.WALLETCONNECT_PROJECT_ID ?? "6efaa26765fa742153baf9281e218217";
1313

1414
const { publicClient, webSocketPublicClient } = configureChains(chains, [

0 commit comments

Comments
 (0)