Help With Brownie and Infura Environment Variables (Will send a $tip for the help)

Facing exact same issue as posted by @galbraithmedia1
Can @PatrickAlphaC help?

[And the funny thing is, I am unable to add the screenshot]

add WEB3_INFURA_PROJECT_ID & KEY to your system environment variables. Restart the Command line. For me it worked OK.

For everyone struggling with this issue - just add the following into your brownie-config.yaml:
dotenv: .env
And it should work! At least this worked for me :slight_smile:

1 Like