Skip to content

Commit

Permalink
fix: base goerli (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsoncusack authored Aug 10, 2023
1 parent 1a0acf0 commit 92e39f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/WalletDialog/WalletContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { useEns } from '@/utils/useEns'
import { Loading } from '../icons/Loading'
import { useAccount, useDisconnect, useNetwork, useSwitchNetwork } from 'wagmi'
import { useIsMisMatched } from '@/utils/useIsMismatched'
import { l2 } from '@/config/chain'

interface WalletContentProps {}

Expand Down Expand Up @@ -81,7 +82,7 @@ export const WalletContent: FC<WalletContentProps> = ({}) => {
<Button
className="flex items-center gap-2 !justify-between w-full"
size="SMALL"
onClick={() => switchNetwork(baseGoerli.id)}
onClick={() => switchNetwork(l2.id)}
>
Switch to Base
<ChainSwitch color="white" />
Expand Down

0 comments on commit 92e39f1

Please sign in to comment.