File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
packages/simulation-sdk-wagmi/src/hooks Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,10 @@ import {
3131} from "@morpho-org/blue-sdk-wagmi" ;
3232import { values } from "@morpho-org/morpho-ts" ;
3333import { type MinimalBlock , SimulationState } from "@morpho-org/simulation-sdk" ;
34+ import { useQueryClient } from "@tanstack/react-query" ;
3435import { useEffect , useMemo , useRef } from "react" ;
3536import type { Address , ReadContractErrorType , UnionOmit } from "viem" ;
36- import {
37- type Config ,
38- type ResolvedRegister ,
39- useQueryClient ,
40- useReadContract ,
41- } from "wagmi" ;
37+ import { type Config , type ResolvedRegister , useReadContract } from "wagmi" ;
4238
4339export type FetchSimulationStateParameters = FetchMarketsParameters &
4440 FetchUsersParameters &
You can’t perform that action at this time.
0 commit comments