-
Notifications
You must be signed in to change notification settings - Fork 1
/
brownie-config.yaml
46 lines (46 loc) · 1.18 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
dependencies:
# - <organization/repo>@<version>
- smartcontractkit/chainlink-brownie-contracts@1.1.1
- OpenZeppelin/openzeppelin-contracts@4.8.3
- OpenZeppelin/openzeppelin-contracts-upgradeable@4.8.3
- Uniswap/uniswap-v3-periphery@1.3.0
- Uniswap/v3-core@1.0.0
compiler:
solc:
remappings:
- '@chainlink=smartcontractkit/chainlink-brownie-contracts@1.1.1'
- '@openzeppelin=OpenZeppelin/openzeppelin-contracts@4.8.3'
- '@openzeppelin-upgradeable=OpenZeppelin/openzeppelin-contracts-upgradeable@4.8.3'
- '@uniswap=Uniswap/uniswap-v3-periphery@1.3.0'
- '@uniswap-v3-core=Uniswap/v3-core@1.0.0'
dotenv: .env
networks:
sepolia:
verify: False
mainnet-fork-dev:
verify: False
mumbai-fork-dev:
verify: False
development:
verify: False
ganache-local:
verify: False
polygon-test:
verify: True
Mumbai-Ankr:
verify: False
polygon-main-fork:
verify: False
polygon-main:
verify: False
polygon-fork-dev:
verify: False
explorer: https://polygonscan.com/
polygon-llama:
verify: False
explorer: https://polygonscan.com/
wallets:
main:
from_key: ${PRIVATE_KEY}
worker:
from_key: ${PRIVATE_KEY_2}