We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6893d57 commit aaad6aaCopy full SHA for aaad6aa
aave/brownie-config.yml
@@ -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