-
Hi, I'm getting an error while deploying my first smart contract on visual studio. According to the screenshot I attached below the compiler doesn't recognize the JsonRpcProvider. Deploy.js:
Terminal error:
|
Beta Was this translation helpful? Give feedback.
Answered by
atbsniper
Feb 3, 2023
Replies: 1 comment 3 replies
-
Apparently, there's an issue in the 6.0.0 version of ethers. It was resolved by selecting a different version of ethers by yarn add ethers@5.7.2. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
atbsniper
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apparently, there's an issue in the 6.0.0 version of ethers. It was resolved by selecting a different version of ethers by yarn add ethers@5.7.2.