generated from RoboVault/brownie-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
brownie-config.yml
35 lines (31 loc) · 1.01 KB
/
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
34
35
# 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: polygon-main-fork
# automatically fetch contract sources from Etherscan
autofetch_sources: True
# require OpenZepplin Contracts
dependencies:
- yearn/[email protected]
- OpenZeppelin/[email protected]
- RoboVault/[email protected]
- RoboVault/[email protected]
- OpenZeppelin/[email protected]
# path remapping to support imports from GitHub/NPM
compiler:
solc:
version: 0.8.15
optimizer:
runs: 200
enabled: true
remappings:
- '@yearnvaults=yearn/[email protected]'
- '@openzeppelin=OpenZeppelin/[email protected]'
- '@openzeppelin-upgradeable=OpenZeppelin/[email protected]'
- '@uniswap/v3-core=RoboVault/[email protected]'
- '@uniswap-periphery=RoboVault/[email protected]'
reports:
exclude_contracts:
- SafeMath
- SafeERC20
- Address