Lesson 9 Error while deploying on rinkeby #1620
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
make sure to include
If you have already done that, please share your hardhat.config.js file with us we try to deduce the error. |
Beta Was this translation helpful? Give feedback.
-
it looks like problem is with rpc url because its not showing connection with network network I also faced same problem but I resolved it. |
Beta Was this translation helpful? Give feedback.
-
@AjayAsnani For your second error, includes is only mentioned here |
Beta Was this translation helpful? Give feedback.
@AjayAsnani For your second error, includes is only mentioned here
!developmentChains.includes(network.name)
. So make suredevelopmentChains
this is imported at top and has same name like in helper file.