brownie-mix / aave-flashloan-mix

A Brownie mix containing all you need to get started with developing flash loans
GNU Affero General Public License v3.0
398 stars 275 forks source link

Update brownie-config.yaml #19

Open philippb90 opened 2 years ago

philippb90 commented 2 years ago

Added dotenv parameter. Otherwise brownie fails to spin up a local ganache chain or to connect to Infura due to missing environment variables, unless they are manually exported. This might seem like something small but its not very obvious for newbies.