Skip to content

Commit

Permalink
updated for script
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC committed May 10, 2021
1 parent 85b038a commit f6c36a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions brownie-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ compiler:
dotenv: .env
networks:
default: development
kovan: active
wallets:
from_key: ${PRIVATE_KEY}
2 changes: 1 addition & 1 deletion scripts/helpful_scripts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from brownie import network, accounts
from brownie import network, accounts, config

LOCAL_BLOCKCHAIN_ENVIRONMENTS = ["hardhat", "development", "mainnet-fork"]

Expand Down

0 comments on commit f6c36a1

Please sign in to comment.