Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
brucedonovan authored Sep 26, 2023
2 parents c7143c4 + d6d7b51 commit 79bbe17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contexts/ConnectionWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
lightTheme,
} from '@rainbow-me/rainbowkit';
import axios from 'axios';
import { Chain, WagmiConfig, configureChains, createClient, useEnsAvatar } from 'wagmi';
import { Chain, WagmiConfig, configureChains, createClient, mainnet, useEnsAvatar } from 'wagmi';
import { goerli, zkSyncTestnet } from 'wagmi/chains';
import { jsonRpcProvider } from 'wagmi/providers/jsonRpc';
import { publicProvider } from 'wagmi/providers/public';
Expand Down Expand Up @@ -50,7 +50,7 @@ const ConnectionWrapper = ({ children, useSiwe = true }: any) => {
} as Chain;

const { chains, provider } = configureChains(
[mainnetFork, goerli, zkSyncTestnet],
[mainnet],
[publicProvider()]
);

Expand Down

0 comments on commit 79bbe17

Please sign in to comment.