From 7d026c3468ba4aded9f5c31978d638ec9bb61602 Mon Sep 17 00:00:00 2001 From: Philippb <35523067+philippb90@users.noreply.github.com> Date: Mon, 10 Jan 2022 12:36:28 +0100 Subject: [PATCH] Update brownie-config.yaml Added dotenv parameter --- brownie-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/brownie-config.yaml b/brownie-config.yaml index 0c80f42..f55d8c7 100644 --- a/brownie-config.yaml +++ b/brownie-config.yaml @@ -9,6 +9,9 @@ autofetch_sources: True dependencies: - OpenZeppelin/openzeppelin-contracts@3.0.0 +# Automatically exports the environment variables from .env +dotenv: .env + # path remapping to support OpenZepplin imports with NPM-style path compiler: solc: