-
Notifications
You must be signed in to change notification settings - Fork 0
/
brownie-config.yaml
50 lines (50 loc) · 1.85 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
47
48
49
50
dotenv: .env
autofetch_sources: true
compiler:
solc:
remappings:
- "@chainlink=smartcontractkit/chainlink-brownie-contracts@0.4.0"
- "@openzeppelin=OpenZeppelin/openzeppelin-contracts@4.3.2"
dependencies:
- smartcontractkit/chainlink-brownie-contracts@0.4.0
- OpenZeppelin/openzeppelin-contracts@4.3.2
networks:
default: development
development:
fee: 100000000000000000
fund_amount: 5000000000000000000
gas_lane: "0xd89b2bf150e3b9e13446986e571fb9cab24b13cea0a43ea20a6049a85cc807cc"
jobId: 29fa9aa13bf1468788b7cc4a500a45b8
keyhash: "0x6c3699283bda56ad74f6b855546325b68d482e983852a7a82979cc4807b641f4"
update_interval: 60
verify: false
ganache:
fee: 100000000000000000
jobId: 29fa9aa13bf1468788b7cc4a500a45b8
keyhash: "0x6c3699283bda56ad74f6b855546325b68d482e983852a7a82979cc4807b641f4"
update_interval: 60
verify: false
goerli:
eth_usd_price_feed: "0xD4a33860578De61DBAbDc8BFdb98FD742fA7028e"
fee: 100000000000000000
fund_amount: 5000000000000000000
gas_lane: "0x79d3d8832d904592c0bf9818b621522c988bb8b0c05cdc3b15aea1b6e8db0c15"
jobId: ca98366cc7314957b8c012c72f05aeeb
keyhash: "0x79d3d8832d904592c0bf9818b621522c988bb8b0c05cdc3b15aea1b6e8db0c15"
link_token: "0x326C977E6efc84E512bB9C30f76E30c160eD06FB"
oracle: "0xCC79157eb46F5624204f47AB42b3906cAA40eaB7"
update_interval: 60
subscription_id: 1562
verify: false
vrf_coordinator: "0x2Ca8E0C643bDe4C2E08ab1fA0da3401AdAD7734D"
mumbai:
eth_usd_price_feed: "0x0715A7794a1dc8e42615F059dD6e406A6594651A"
fee: 1000000000000000000
keyhash: "0x6e75b569a01ef56d18cab6a8e71e6600d6ce853834d4a5748b720d06f878b3a4"
link_token: "0x326C977E6efc84E512bB9C30f76E30c160eD06FB"
vrf_coordinator: "0x8C7382F9D8f56b33781fE506E897a4F1e2d17255"
reports:
exclude_contracts:
- SafeMath
wallets:
from_key: ${PRIVATE_KEY}