Lesson-14 randomNft
deploy Error
#2866
Answered
by
othaime-en
TimeKeyRoll
asked this question in
Q&A
-
When i deploy I see this error. Anyone know anything about this? Repo: https://github.com/TimeKeyRoll/hardhat-nft1-fcc/blob/master/deploy/02-deploy-Random-Ipfs-Nft.js |
Beta Was this translation helpful? Give feedback.
Answered by
othaime-en
Sep 26, 2022
Replies: 1 comment 3 replies
-
Hello @TimeKeyRoll please import the object |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
TimeKeyRoll
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @TimeKeyRoll please import the object
networkConfig
correctly in your deploy script. On line 11, changenetworkconfig
tonetworkConfig
. This is because you are exporting it asnetworkConfig
from your helper-hardhat-config.js file