Skip to content

Commit

Permalink
export useWatchBalance & useTargetNetwork form hooks index file (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st committed May 9, 2024
1 parent 3ff50f2 commit 7b2642c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/nextjs/hooks/scaffold-eth/index.ts
@@ -1,14 +1,16 @@
export * from "./useAnimationConfig";
export * from "./useBurnerWallet";
export * from "./useContractLogs";
export * from "./useDeployedContractInfo";
export * from "./useFetchBlocks";
export * from "./useNativeCurrencyPrice";
export * from "./useNetworkColor";
export * from "./useOutsideClick";
export * from "./useScaffoldContract";
export * from "./useScaffoldEventHistory";
export * from "./useScaffoldReadContract";
export * from "./useScaffoldWriteContract";
export * from "./useScaffoldWatchContractEvent";
export * from "./useScaffoldEventHistory";
export * from "./useScaffoldWriteContract";
export * from "./useTargetNetwork";
export * from "./useTransactor";
export * from "./useFetchBlocks";
export * from "./useContractLogs";
export * from "./useWatchBalance";

0 comments on commit 7b2642c

Please sign in to comment.