Lesson 14 - Doesn't Deploy to Pinata #2785
-
Hi, I'm at the part of Lesson 14 (around 21:45) where we upload the dog NFTs to Pinata. The code technically works, but it deploys to localhost, not Pinata. See below: I've tried manually overriding the network but it doesn't work. You can find my code here. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@JR-Vickers Make sure your UPLOAD_TO_PINATA check is true in |
Beta Was this translation helpful? Give feedback.
-
Well, your contracts will deployed to blockchain networks and you are deploying your contract in hardhat localhost network.
|
Beta Was this translation helpful? Give feedback.
@JR-Vickers Make sure your UPLOAD_TO_PINATA check is true in
.env
file