-
Notifications
You must be signed in to change notification settings - Fork 0
/
brownie-config.yaml
25 lines (25 loc) · 1.46 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
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: "0x2ed0feb3e7fd2022120aa84fab1945545a9f2ffc9076fd6156fa96eaff4c1311" # taken from "Rinkeby" using "https://docs.chain.link/docs/vrf-contracts/"
fee: 100000000000000000 # here is "0.1 LINK" = 100000000000000000.0
rinkeby:
vrf_coordinator: "0xb3dCcb4Cf7a26f6cf6B120Cf5A73875B7BBc655B" # taken from "Rinkeby" using "https://docs.chain.link/docs/vrf-contracts/"
eth_usd_price_feed: "0x8A753747A1Fa494EC906cE90E9f37563A8AF630e" # taken from "Rinkeby Testnet" using "https://docs.chain.link/docs/ethereum-addresses/""
link_token: "0x01BE23585060835E02B77ef475b0Cc51aA1e0709" # taken from "Rinkeby" usinng "https://docs.chain.link/docs/link-token-contracts/"
keyhash: "0x2ed0feb3e7fd2022120aa84fab1945545a9f2ffc9076fd6156fa96eaff4c1311" # taken from "Rinkeby" using "https://docs.chain.link/docs/vrf-contracts/"
fee: 100000000000000000 # here is "0.1 LINK" = 100000000000000000.0
verify: True
mainnet-fork:
eth_usd_price_feed: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419" # taken from "Ethereum Mainnet" using this site "https://docs.chain.link/docs/ethereum-addresses/"
wallets:
from_key: ${PRIVATE_KEY}