-
Notifications
You must be signed in to change notification settings - Fork 0
/
brownie-config.yaml
30 lines (26 loc) · 985 Bytes
/
brownie-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
dependencies:
# - <organization/repo>@<version>
- smartcontractkit/[email protected]
compiler:
solc:
remappings:
- '@chainlink=smartcontractkit/[email protected]'
dotenv: .env
networks:
# default: development
rinkeby:
eth_usd_price_feed: '0x8A753747A1Fa494EC906cE90E9f37563A8AF630e'
verify: True
mainnet-fork:
eth_usd_price_feed: '0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419'
verify: False
# To create another mainnet fork other than infura:
# $ brownie networks add development mainnet-fork-dev cmd=ganache-cli host=http://127.0.0.1 fork='https://eth-mainnet.alchemyapi.ip...' accounts=10 mnemonic=abc port=8545
development:
verify: False
#$ brownie networks add Ethereum ganache-local host=http://0.0.0.0:8545 chainid=1337
#add network so that we can reuse contract (FundMe[-1] Brownie will track in build/deployments/1337)
ganache-local:
verify: False
wallets:
from_key: ${PRIVATE_KEY}