We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fffd9e commit c5c8139Copy full SHA for c5c8139
packages/nextjs/hooks/scaffold-eth/useTransactor.tsx
@@ -1,6 +1,6 @@
1
-import { getPublicClient } from "@wagmi/core";
2
import { Hash, SendTransactionParameters, TransactionReceipt, WalletClient } from "viem";
3
import { Config, useWalletClient } from "wagmi";
+import { getPublicClient } from "wagmi/actions";
4
import { SendTransactionMutate } from "wagmi/query";
5
import { wagmiConfig } from "~~/services/web3/wagmiConfig";
6
import { getBlockExplorerTxLink, getParsedError, notification } from "~~/utils/scaffold-eth";
0 commit comments