-
Notifications
You must be signed in to change notification settings - Fork 0
/
brownie-config.yaml
32 lines (29 loc) · 1.1 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
dotenv: .env
dependencies:
- smartcontractkit/[email protected]
- OpenZeppelin/[email protected]
compiler:
solc:
remappings:
- "@chainlink=smartcontractkit/[email protected]"
- "@openzeppelin=OpenZeppelin/[email protected]"
networks:
default: "development"
development:
keyhash: "0x6168499c0cFfCaCD319c818142124B7A15E857ab"
fee: 100000000000000000
mainnet:
vrf_coordinator: "0xf0d54349aDdcf704F77AE15b96510dEA15cb7952"
eth_usd_price_feed: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419"
link_token: "0x514910771af9ca656af840dff83e8264ecf986ca"
keyhash: "0xcaf3c3727e033261d383b315559476f48034c13b18f8cafed4d871abe5049186"
fee: 100000000000000000
rinkeby:
vrf_coordinator: "0xb3dCcb4Cf7a26f6cf6B120Cf5A73875B7BBc655B"
eth_usd_price_feed: "0x8A753747A1Fa494EC906cE90E9f37563A8AF630e"
link_token: "0x01BE23585060835E02B77ef475b0Cc51aA1e0709"
keyhash: "0x2ed0feb3e7fd2022120aa84fab1945545a9f2ffc9076fd6156fa96eaff4c1311"
fee: 100000000000000000
verify: true
wallets:
from_key: ${PRIVATE_KEY}