How to use wagmi client with "new ethers.Contract" #3325
Unanswered
falcoda
asked this question in
Developer Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, previously I was used
const { data: signer} = useSigner({ chainId})
and after :
let contract = new ethers.Contract(
contractAddress,
ABI,
signer
);
But with the new verstion he change the "useSigner "into "useWalletClient" and now I can't use ethers.contract.
How can I use it?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions