Skip to content

Commit

Permalink
rm hooks directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanberckmans committed Oct 20, 2023
1 parent 16c155a commit b627c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BigNumber } from "@ethersproject/bignumber";
import { useMemo } from "react";
import { useBalance } from 'wagmi';
import { useIsEnabledSmartRefresh } from "../useIsEnabledSmartRefresh";
import { useIsEnabledSmartRefresh } from "./useIsEnabledSmartRefresh";

// useLiveNativeCurrencyBalance is a React hook that returns a
// live-reloaded ETH (or other native chain currency) balance for the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BigNumber } from "@ethersproject/bignumber";
import { useMemo } from "react";
import { useBalance } from 'wagmi';
import { useIsEnabledSmartRefresh } from "../useIsEnabledSmartRefresh";
import { useIsEnabledSmartRefresh } from "./useIsEnabledSmartRefresh";

// useLiveTokenBalance is a React hook that returns a live-reloaded token
// balance for the passed token contract address, address, and chainId.
Expand Down

0 comments on commit b627c7a

Please sign in to comment.