-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrownie-config.yaml
35 lines (35 loc) · 1.33 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
dependencies:
- OpenZeppelin/[email protected]
- smartcontractkit/[email protected]
compiler:
solc:
remappings:
- '@openzeppelin=OpenZeppelin/[email protected]'
- '@chainlink=smartcontractkit/[email protected]'
dotenv: .env
networks:
default: development
goerli:
eth_usd_price_feed: "0xD4a33860578De61DBAbDc8BFdb98FD742fA7028e"
subscriptionId: "0"
callbackGasLimit: 500000 # <- showed in Gwei -> 0,0005 ETH
gasLane: "0x79d3d8832d904592c0bf9818b621522c988bb8b0c05cdc3b15aea1b6e8db0c15"
vrf_coordinator_v2: "0x2Ca8E0C643bDe4C2E08ab1fA0da3401AdAD7734D"
link_token: "0x326C977E6efc84E512bB9C30f76E30c160eD06FB"
verify: True
mainnet-fork-dev:
eth_usd_price_feed: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419"
subscriptionId: "6666"
callbackGasLimit: 500000 # <- showed in Gwei -> 0,0005 ETH
gasLane: "0x8af398995b04c28e9951adb9721ef74c74f93e6a478f39e7e0777be13527e7ef"
vrf_coordinator_v2: "0x271682DEB8C4E0901D1a1550aD2e64D568E69909"
verify: False
development:
eth_usd_price_feed: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419"
callbackGasLimit: 500000 # <- showed in Gwei -> 0,0005 ETH
gasLane: "0x8af398995b04c28e9951adb9721ef74c74f93e6a478f39e7e0777be13527e7ef"
verify: False
ganache-local:
verify: False
wallets:
from_key: ${PRIVATE_KEY}