Replies: 1 comment 1 reply
-
Yes, it's possible. Unless you share some code with what you are running into, unfortunately no one can help. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a
NextJS
project withWagmi
andRainbowkit
. When no wallet is connected, in private navigation, for example, the useReadContract hooks return errors.So I wanted to know if reading from a contract without being connected was possible.
I tried to use the
readContract
action from@wagmi/core
but it still does not work.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions