Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-shariat committed Jun 14, 2023
1 parent 365d8fd commit bc6a9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/Web3.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { configureChains, createClient, WagmiConfig } from 'wagmi'
import { publicProvider } from 'wagmi/providers/public'
import { ConnectKitProvider, getDefaultClient } from 'connectkit'
import { publicProvider } from 'wagmi/providers/public'
import { ETH_CHAINS, SITE_NAME } from 'utils/config'
import { useColorMode } from '@chakra-ui/react'
import { ReactNode } from 'react'
Expand Down

1 comment on commit bc6a9da

@vercel
Copy link

@vercel vercel bot commented on bc6a9da Jun 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.