I have a Problem in Lesson 6 #670
-
Error HH100: Network rinkeby doesn't exist // This is a sample Hardhat task. To learn how to create your own go to
}); // You need to export an object to set up your config /**
module.exports = { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Check the spelling of |
Beta Was this translation helpful? Give feedback.
Check the spelling of
networks
. In the above code itsmetworks
, correct it. It works for me!