File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { zerionWallet } from "@rainbow-me/rainbowkit/wallets";
22
22
23
23
// SIWE Integration
24
24
import { WagmiConfig , createConfig , configureChains } from "wagmi" ;
25
- import { polygon /* , polygonMumbai */ } from "wagmi/chains" ;
25
+ import { mainnet } from "wagmi/chains" ;
26
26
import { publicProvider } from "wagmi/providers/public" ;
27
27
import { ChakraProvider } from "@chakra-ui/react" ;
28
28
import { theme } from "@/theme" ;
@@ -35,7 +35,7 @@ import { AppContextProvider } from "@/contexts/AppContextProvider";
35
35
/**
36
36
* Configure chains supported
37
37
*/
38
- const CURRENT_CHAIN = polygon ;
38
+ const CURRENT_CHAIN = mainnet ;
39
39
// process.env.VERCEL_ENV !== undefined && process.env.VERCEL_ENV === "production" ? polygon : polygonMumbai;
40
40
41
41
const { chains, publicClient } = configureChains (
You can’t perform that action at this time.
0 commit comments