Lesson 5 - deploy.js #75
Answered
by
PatrickAlphaC
Ousman-Busari
asked this question in
Q&A
-
// http://127.0.0.1:7545
const provider = new ethers.providers.JsonRpcProvider(
"HTTP://127.0.0.1:7545"
); The code above is how "provider" was initialized in the video. When I tried to replicate it. I keep getting this error:
I tried to look for the solution online and I found
I ran into a different error:
Can someone kindly check this out and tell me how to fix it? I can't just ignore it and move on with the rest of the tutorial |
Beta Was this translation helpful? Give feedback.
Answered by
PatrickAlphaC
Jun 1, 2022
Replies: 1 comment 1 reply
-
Do one of these work? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Ousman-Busari
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do one of these work?
#39
#34