Closed smellyd closed 2 years ago
export PRIVATE_KEY='0x########################################'
I can notice you are using `` after = in the .env file. Remove the colon's ('') and then try running deploy.py. It will resolve the issue. It should finally look like this export PRIVATE_KEY = 0x########################################
I have tried export PRIVATE_KEY = 0x########################################
export PRIVATE_KEY = 0x########################################
export PRIVATE_KEY =0x########################################
export PRIVATE_KEY=0x########################################
and I get the same error message.
If you'd like, I'd do this:
@PatrickAlphaC and @is-it-ayush,
Thank you so much.
I would like to take this time to admit that I apparently didn't copy the entire private key and have spent 5 days reading Brownie docs and bugging you guys. 👎
Thank you for the responses because it got me to the solution.
My brownie-config.yaml
My .env file
My deploy.py
I have :
New script
Here is my current deploy.py
I ran
Here is all of the deployment message.
Any help would really be appreciated!