Undefined
return from useReadContract
#3687
Unanswered
AbhinavMir
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I'm having the same problem, with an erc721 contract. I'm just learning react+wagmi and this is driving me crazy. Other hooks, like Can someone please help? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I do this, I get an
undefined
error. Tried to do theconfig
setting as well, still undefined. Sepolia also gives me an undefined return. Tried it with Python's web3js, works flawlessly. Where am I going wrong? (Both examples use the same ABI, the one in wagmi is just an exported TS object).Beta Was this translation helpful? Give feedback.
All reactions