-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrownie-config.yaml
58 lines (58 loc) · 2.05 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
51
52
53
54
55
56
57
58
dotenv: .env
compiler:
solc:
remappings:
- '@chainlink='
reports:
exclude_contracts:
- SafeMath
dependencies:
- smartcontractkit/[email protected]
compiler:
solc:
remappings:
- "@chainlink=smartcontractkit/[email protected]"
all_networks:
default_uri: "https://gateway.pinata.cloud/ipfs/QmXG4A6JE34HsydmiMKhFdCCf3QgvmRBvEDdXJqk9UxccG"
networks:
default: "development"
development:
link_fee: 100000000000000
link_token: '0x0000000000000000000000000000000000000000'
vrf_coordinator: "0x0000000000000000000000000000000000000000"
keyhash: '0x6e75b569a01ef56d18cab6a8e71e6600d6ce853834d4a5748b720d06f878b3a4'
crowd_safe_proxy: "0x0000000000000000000000000000000000000000"
active_account: "from_blue_key"
total_supply: 110
mumbai_moralis:
link_fee: 100000000000000
link_token: '0x326C977E6efc84E512bB9C30f76E30c160eD06FB'
vrf_coordinator: "0x8C7382F9D8f56b33781fE506E897a4F1e2d17255"
keyhash: '0x6e75b569a01ef56d18cab6a8e71e6600d6ce853834d4a5748b720d06f878b3a4'
crowd_safe_proxy: "0x173b5dAE7c054A7B01F039f872B775cE1282C1d4"
active_account: "from_blue_key"
verify: False
total_supply: 20
kovan:
link_token: "0xa36085F69e2889c224210F603D836748e7dC0088"
vrf_coordinator: "0xdD3782915140c8f3b190B5D67eAc6dc5760C46E9"
link_fee: 100000000000000000
keyhash: "0x6c3699283bda56ad74f6b855546325b68d482e983852a7a82979cc4807b641f4"
verify: True
reset: True
polygon-main:
link_fee: 100000000000000
link_token: "0xb0897686c545045aFc77CF20eC7A532E3120E0F1"
vrf_coordinator: "0x3d2341ADb2D31f1c5530cDC622016af293177AE0"
keyhash: "0xf86195cf7690c55907b2b611ebb7343a6f649bff128701cc542f0569e2c549da"
crowd_safe_proxy: "0x28B97a68D53cfBEa6313b588255af4F53a0A7754"
active_account: "from_red_key"
total_supply: 700
wallets:
from_blue_key: ${WALLET_PRIVATE_KEY_BLUE}
from_green_key: ${WALLET_PRIVATE_KEY_GREEN}
# from_red_key: ${WALLET_PRIVATE_KEY_RED}
api:
pinata:
public: ${PINATA_PUBLIC_KEY}
secret: ${PINATA_SECRET_KEY}