Lesson 5 : Cannot read properties of undefined (reading 'JsonRpcProvider') #6400
-
Beta Was this translation helpful? Give feedback.
Answered by
Codensity30
Jan 15, 2024
Replies: 1 comment 2 replies
-
Can you specify the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
alternatif-omg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you specify the
ethers
version you're using, cause if youethers
version is above 6 then in that case you've to accessJsonRpcProvider
like thisethers.JsonRpcProvider(http://127.0.0.1:7545)
.