generated from yearn/brownie-strategy-mix
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbrownie-config.yml
33 lines (29 loc) · 1000 Bytes
/
brownie-config.yml
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
31
32
33
# use Ganache's forked mainnet mode as the default network
# NOTE: You don't *have* to do this, but it is often helpful for testing
networks:
default: mainnet-fork
SamLocal-Fork:
cmd_settings:
unlock:
- 0xBE0eB53F46cd790Cd13851d5EFf43D12404d33E8
- 0xC3D6880fD95E06C816cB030fAc45b3ffe3651Cb0
- 0xf2d373481e1da4a8ca4734b28f5a642d55fda7d3
- 0x767Ecb395def19Ab8d1b2FCc89B3DDfBeD28fD6b
- 0x3f5CE5FBFe3E9af3971dD833D26bA9b5C936f0bE
fork: 'http://127.0.0.1:9999'
# automatically fetch contract sources from Etherscan
autofetch_sources: True
# require OpenZepplin Contracts
dependencies:
- iearn-finance/[email protected]
- OpenZeppelin/[email protected]
# path remapping to support imports from GitHub/NPM
compiler:
solc:
version: 0.6.12
remappings:
- "@yearnvaults=iearn-finance/[email protected]"
- "@openzeppelin=OpenZeppelin/[email protected]"
reports:
exclude_contracts:
- SafeMath