We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318b8e0 commit 11c01dcCopy full SHA for 11c01dc
src/components/walletButton.tsx
@@ -1,6 +1,6 @@
1
import { useCallback, useEffect, useRef, useState } from "react";
2
import WalletSelectionModal from "./walletSelectionModal";
3
-import { useEVM, useTalisman, useTransfer } from "@/hooks";
+import { useTalisman, useTransfer } from "@/hooks";
4
import { getChainLogoSrc, parseCross } from "@/utils";
5
import { ChainConfig, WalletID } from "@/types";
6
import Image from "next/image";
0 commit comments