Skip to content

Commit

Permalink
Revert "Auxiliary commit to revert individual files from b0fd722"
Browse files Browse the repository at this point in the history
This reverts commit 1f42e8408da926d1d3f61e860cdac93b8145c41b.
  • Loading branch information
sshmm committed Nov 27, 2024
1 parent b0fd722 commit 95df1d0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions packages/hooks/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { useSimulateContract, useWriteContract } from 'wagmi';
import {
useSimulateContract,
useWriteContract,
} from 'wagmi';

export type SimulateContractErrorType = ReturnType<
typeof useSimulateContract
>['error'];
export type WriteContractErrorType = ReturnType<
typeof useWriteContract
>['error'];
export type SimulateContractErrorType = ReturnType<typeof useSimulateContract>["error"];
export type WriteContractErrorType = ReturnType<typeof useWriteContract>["error"];

0 comments on commit 95df1d0

Please # to comment.