forked from KyberNetwork/smart-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deployment_input.json
76 lines (72 loc) · 1.76 KB
/
deployment_input.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"tokens": {
"OMG": {
"name": "OmiseGO",
"decimals": 18
},
"DGD": {
"name": "Digix",
"decimals": 9
},
"CVC": {
"name": "Civic",
"decimals": 8
},
"FUN": {
"name": "FunFair",
"decimals": 8
},
"MCO": {
"name": "Monaco",
"decimals": 8
},
"GNT": {
"name": "Golem",
"decimals": 18
},
"ADX": {
"name": "Adex",
"decimals": 4
},
"PAY": {
"name": "TenX",
"decimals": 18
},
"BAT": {
"name": "BasicAttention",
"decimals": 18
},
"KNC": {
"name": "KyberNetwork",
"decimals": 18,
"reserve balance" : 999999
},
"EOS": {
"name": "Eos",
"decimals": 18
},
"LINK": {
"name": "ChainLink",
"decimals": 18
}
},
"exchanges": [
"bittrex",
"liqui",
"poloniex",
"binance",
"bitfinex"
],
"default reserve balances" : { "token" : 1000000, "ether" : 10 },
"special addresses" : {"nam":["0x385baa4d78c91e5ce6ccafab9e96fdc83ea4427d",
"0x1d217486cdd98c6f565ef567cba26dc331660fb6",
"0x2ebac32cb5b6c1eebabe59e288d120fb3422cef7",
"0x7b29938afb14cd0eaa5abf2519c9e7c052f6a278",
"0x9ca354a72d66127875db293765179a767315058e",
"0xc6bc2f7b73da733366985f5f5b485262b45a77a3"],
"victor" : "0x760d30979eb313a2d23c53e4fb55986183b0ffd9",
"duc" : "0x25B8b1F2c21A70B294231C007e834Ad2de04f51F",
"andrew" : "0x9f1a678b0079773b5c4f5aa8573132d2b8bcb1e7",
"spyrus" : "0x98AFFE24F6AE0e4826489516A0000Ed7c2fa58f2" },
"output filename" : "deployment_dev.json"
}