Value Error: Unable to expand environment variable #20
-
Hello, I am confident I have the .env and brownie-config.yaml files set up correctly. Thanks for helping BrownieFundMeProject is the active project. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I figured it out!!!!! Man, that took me hours. lol EDIT: This won't work for Windows, and means you'll have to run this everytime you start a project. Ideally you add |
Beta Was this translation helpful? Give feedback.
I figured it out!!!!! Man, that took me hours. lol
i ended up using source .env in the terminal, seems to work now.
EDIT: This won't work for Windows, and means you'll have to run this everytime you start a project. Ideally you add
dotenv: .env
to yourbrownie-config.yaml
and add your environment variables to a.env
file.