Skip to content

Commit aaad6aa

Browse files
committed
feat: brownie cfg
1 parent 6893d57 commit aaad6aa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

aave/brownie-config.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# automatically fetch contract sources from Etherscan
2+
autofetch_sources: True
3+
4+
# require OpenZepplin Contracts v3.0.0
5+
dependencies:
6+
- OpenZeppelin/[email protected]
7+
8+
# path remapping to support OpenZepplin imports with NPM-style path
9+
compiler:
10+
solc:
11+
remappings:
12+
- '@openzeppelin=OpenZeppelin/[email protected]'
13+
14+
networks:
15+
default: poly_alchemy
16+
mainnet:
17+
aave_lending_pool_v2: "0x7d2768dE32b0b80b7a3454c06BdAc94A69DDc7A9"
18+
weth: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
19+
sushi_router: "0xd9e1cE17f2641f24aE83637ab66a2cca9C378B9F"

0 commit comments

Comments
 (0)