-
Notifications
You must be signed in to change notification settings - Fork 0
/
brownie-config.yaml
32 lines (32 loc) · 1.18 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:
- smartcontractkit/[email protected]
- OpenZeppelin/[email protected]
compiler:
solc:
remappings:
- '@chainlink=smartcontractkit/[email protected]'
- '@openzeppelin=OpenZeppelin/[email protected]'
dotenv: .env
networks:
default: development
development:
keyhash: '0x474e34a077df58807dbe9c96d3c009b23b3c6d0cce433e59bbf5b34f823bc56c'
fee: 100000000000000000
sepolia:
vrf_coordinator: '0x9DdfaCa8183c41ad55329BdeeD9F6A8d53168B1B'
eth_usd_price_feed: '0x694AA1769357215DE4FAC081bf1f309aDC325306'
link_token: '0x779877A7B0D9E8603169DdbD7836e478b4624789'
keyhash: '0x787d74caea10b2b357790d5b5247c2f63d1d91572a9846f780606e4d953677ae'
verify: True
fee: 100000000000000000
Base_sepolia:
vrf_coordinator: ''
eth_usd_price_feed: '0x4aDC67696bA383F43DD60A9e78F2C97Fbbfc7cb1'
link_token: '0x779877A7B0D9E8603169DdbD7836e478b4624789'
keyhash: '0x474e34a077df58807dbe9c96d3c009b23b3c6d0cce433e59bbf5b34f823bc56c'
verify: True
fee: 100000000000000000
mainnet-fork:
eth_usd_price_feed: '0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419'
wallets:
from_key: ${PRIVATE_KEY}