From 9d9bb03a5645cce88fddaad19893e2d41b5c500e Mon Sep 17 00:00:00 2001 From: Glitch Date: Wed, 8 Nov 2023 05:19:27 -0300 Subject: [PATCH] fix erc import --- integrations/erc20/components/erc20-write-mint.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integrations/erc20/components/erc20-write-mint.tsx b/integrations/erc20/components/erc20-write-mint.tsx index 542628af..114d5a82 100644 --- a/integrations/erc20/components/erc20-write-mint.tsx +++ b/integrations/erc20/components/erc20-write-mint.tsx @@ -1,3 +1,4 @@ +import { WalletConnect } from "@/integrations/wallets/components/wallet-connect" import { useForm } from "react-hook-form" import { useDebounce } from "usehooks-ts" import { BaseError, parseEther } from "viem" @@ -98,7 +99,7 @@ export function ERC20WriteMint({ address }: ERC20WriteMintProps) {
- +