-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrownie-config.yaml
34 lines (33 loc) · 1.22 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
dependencies:
- OpenZeppelin/[email protected]
- OpenZeppelin/[email protected]
- smartcontractkit/[email protected]
- smartcontractkit/[email protected]
reports:
exclude_contracts:
- LinkToken
- VRFCoordinatorMock
- ERC721
- EnumerableMap
- Address
- EnumerableSet
compiler:
solc:
version: null
remappings:
- '@openzeppelin=OpenZeppelin/[email protected]'
- '@chainlink=smartcontractkit/[email protected]'
- '@openzeppelinUpgrades=OpenZeppelin/[email protected]'
- '@chainlinkOld=smartcontractkit/[email protected]'
networks:
mainnet-fork-dev:
keyhash: '0x2ed0feb3e7fd2022120aa84fab1945545a9f2ffc9076fd6156fa96eaff4c1311'
fee: 100000000000000000 # 0.1
development:
keyhash: '0x2ed0feb3e7fd2022120aa84fab1945545a9f2ffc9076fd6156fa96eaff4c1311'
fee: 100000000000000000 # 0.1
rinkeby:
vrf_coordinator: '0xb3dCcb4Cf7a26f6cf6B120Cf5A73875B7BBc655B'
link_token: '0x01BE23585060835E02B77ef475b0Cc51aA1e0709'
keyhash: '0x2ed0feb3e7fd2022120aa84fab1945545a9f2ffc9076fd6156fa96eaff4c1311'
fee: 100000000000000000 # 0.1