-
Notifications
You must be signed in to change notification settings - Fork 3
/
brownie-config.yaml
32 lines (29 loc) · 1.07 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
dependencies:
- OpenZeppelin/openzeppelin-contracts@4.5.0
- smartcontractkit/chainlink-brownie-contracts@0.4.1
compiler:
solc:
remappings:
- "@openzeppelin=OpenZeppelin/openzeppelin-contracts@4.5.0"
- "@chainlink=smartcontractkit/chainlink-brownie-contracts@0.4.1"
dotenv: .env
networks:
default: development
development:
keyhash: "0x6e75b569a01ef56d18cab6a8e71e6600d6ce853834d4a5748b720d06f878b3a4"
fee: 100000000000000
mumbai_moralis:
link_token: "0x326C977E6efc84E512bB9C30f76E30c160eD06FB"
vrf_coordinator: "0x8C7382F9D8f56b33781fE506E897a4F1e2d17255"
keyhash: "0x6e75b569a01ef56d18cab6a8e71e6600d6ce853834d4a5748b720d06f878b3a4"
fee: 100000000000000
verify: False
rinkeby:
vrf_coordinator: "0xb3dCcb4Cf7a26f6cf6B120Cf5A73875B7BBc655B"
eth_usd_price_feed: "0x8A753747A1Fa494EC906cE90E9f37563A8AF630e"
link_token: "0x01BE23585060835E02B77ef475b0Cc51aA1e0709"
keyhash: "0x2ed0feb3e7fd2022120aa84fab1945545a9f2ffc9076fd6156fa96eaff4c1311"
fee: 100000000000000000
verify: True
wallets:
from_key: ${PRIVATE_KEY}