Lesson 5: Private Keys/wallets error in Brownie #224
-
Everything in Lesson 5 has been working until 4:42. This is my brownie_config.yaml file: Don't know what the error means; it's referencing some brownie files that I don't even have open... |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
And my files are organized as such: |
Beta Was this translation helpful? Give feedback.
-
It doesn't like my "wallets" in the deploy.py file but I have no idea why. |
Beta Was this translation helpful? Give feedback.
-
I see a lot of people using |
Beta Was this translation helpful? Give feedback.
I see a lot of people using
brownie_config.yaml
instead ofbrownie-config.yaml
remember you must use-
and if you notice, you have it with_
that's why brownie is not able to find the configuration file, give it a try ;)