Contract instance throws error TypeError: Cannot read properties of undefined (reading 'fee') #1494
Unanswered
velvety-cc
asked this question in
Question
Replies: 2 comments 7 replies
-
@velvety-cc did you ever find a solution to this? I'm facing the same issue. In my case, I am using |
Beta Was this translation helpful? Give feedback.
2 replies
-
Same issue... |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First time using Viem, and I'm just playing with the contract instances.
When I try to read a simple Uniswap v3 pool fee:
It throws TypeError: Cannot read properties of undefined (reading 'fee').
However, it works fine when I use individual calls:
Anybody knows what could be wrong here?
Beta Was this translation helpful? Give feedback.
All reactions