NFTs & PINATA
#397
-
Hello, I have kind of a strange error when uploading with Pinata. Here is my code which i copy pasted fom Patrick's code: I litteraly tried everything... |
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Nov 18, 2021
Replies: 1 comment 5 replies
-
Hello @Cesarioo, make sure to not add the pinata API keys on your Remember sometimes brownie does no recognize recently added env variables, so make sure you have Best regards, Cromewar |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
cromewar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @Cesarioo, make sure to not add the pinata API keys on your
.env
file using "", they should look like this:Remember sometimes brownie does no recognize recently added env variables, so make sure you have
dotenv: env
onbrownie-config.yaml
, then restart vscode, delete the build folder and compile again.Best regards, Cromewar