forked from PatrickAlphaC/aave-flashloan-mix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
brownie-config.yaml
30 lines (27 loc) · 954 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
# use Ganache's forked mainnet mode as the default network
networks:
default: mainnet-fork
# automatically fetch contract sources from Etherscan
autofetch_sources: True
# require OpenZepplin Contracts v3.0.0
dependencies:
- OpenZeppelin/[email protected]
# path remapping to support OpenZepplin imports with NPM-style path
compiler:
solc:
remappings:
- "@openzeppelin=OpenZeppelin/[email protected]"
networks:
default: mainnet-fork
mainnet-fork:
aave_lending_pool_v2: "0xB53C1a33016B2DC2fF3653530bfF1848a515c8c5"
weth: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
kovan:
aave_lending_pool_v2: "0x88757f2f99175387ab4c6a4b3067c77a695b0349"
weth: "0xd0a1e359811322d97991e03f863a0c30c2cf029c"
mainnet:
aave_lending_pool_v2: "0xB53C1a33016B2DC2fF3653530bfF1848a515c8c5"
weth: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
wallets:
from_key: ${PRIVATE_KEY}
from_mnemonic: ${MNEMONIC}