You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Howdy, I'm writing a react app and the doco says to use http from wagni. However it doesn't exist there and instead I found (what I believe is correct) in viem (but what happens if using ethers instead)?. My updated code is:
My bad. I picked up someone's project to work on, installed wagmi and started coding. What i didn't realise was that they had already installed it (at an old version) and my installation didn't change to the latest version. Hence I was looking at old code. Please close this.
This issue has been locked since it has been closed for more than 14 days.
If you found a concrete bug or regression related to it, please open a new bug report with a reproduction against the latest Wagmi version. If you have any questions or comments you can create a new discussion thread.
What is the type of issue?
No response
What is the issue?
Howdy, I'm writing a react app and the doco says to use
http
fromwagni
. However it doesn't exist there and instead I found (what I believe is correct) inviem
(but what happens if usingethers
instead)?. My updated code is:Also I wonder about the
injected
connector statement - is that true as I can't see that used? Maybe its implicit but if so that should be highlighted.Otherwise, thanks for your project!
Where did you find it?
https://wagmi.sh/react/getting-started
The text was updated successfully, but these errors were encountered: