Skip to content

Commit

Permalink
referred to goerli network
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-mfsi committed Oct 4, 2023
1 parent 6183102 commit 48ad6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/messenger-widget/src/views/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
RainbowKitProvider,
} from '@rainbow-me/rainbowkit';
import { configureChains, createConfig, WagmiConfig } from 'wagmi';
import { mainnet } from 'wagmi/chains';
import { goerli } from 'wagmi/chains';
import {
metaMaskWallet,
rainbowWallet,
Expand All @@ -23,7 +23,7 @@ import { ConfigureProfile } from '../../components/ConfigureProfile/ConfigurePro

export function Home(props: Dm3Props) {
const { chains, publicClient } = configureChains(
[mainnet],
[goerli],
[
jsonRpcProvider({
rpc: () => ({
Expand Down

0 comments on commit 48ad6d4

Please sign in to comment.