-
Notifications
You must be signed in to change notification settings - Fork 9
/
configExampleJSON.json
98 lines (93 loc) · 2.6 KB
/
configExampleJSON.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"variables":{
"newMarkets": true,
"amountOfNewMarkets": 2,
"marketsIds": [13, 14],
"newEpochs": true,
"amountOfNewEpochs": 5,
"epochsIds": [6, 7, 8, 13, 14],
"amountOfNewFarms": 5,
"newFarms": true,
"farmsIds" : [6, 7, 8, 13, 14]
},
"markets":[
{
"marketId": 13,
"name":"y2kFRAX_990*",
"strikePrice": 990000000000000000,
"token": "0x17FC002b466eEc40DaE837Fc4bE5c67993ddBd6F",
"oracle": "0x0809E3d38d1B4214958faf06D8b1B1a2b73f2ab8"
},
{
"marketId": 14,
"name":"y2kDAI_996*",
"strikePrice": 996000000000000000,
"token": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
"oracle": "0xc5C8E77B397E531B8EC06BFb0048328B30E9eCfB"
}
],
"epochs":[
{
"marketId": 6,
"epochBegin":1670371200,
"epochEnd":1670803200,
"epochFee":50
},
{
"marketId": 7,
"epochBegin":1670371200,
"epochEnd":1670803200,
"epochFee":50
},
{
"marketId": 8,
"epochBegin":1670371200,
"epochEnd":1670803200,
"epochFee":50
},
{
"marketId": 13,
"epochBegin":1670371200,
"epochEnd":1670803200,
"epochFee":50
},
{
"marketId": 14,
"epochBegin":1670371200,
"epochEnd":1670803200,
"epochFee":50
}
],
"farms":[
{
"marketId": 6,
"epochEnd": 1670803200,
"farmRewardsHEDGE": "10143000000000000000000",
"farmRewardsRISK" : "5071000000000000000000"
},
{
"marketId": 7,
"epochEnd": 1670803200,
"farmRewardsHEDGE": "10143000000000000000000",
"farmRewardsRISK" : "5071000000000000000000"
},
{
"marketId": 8,
"epochEnd": 1670803200,
"farmRewardsHEDGE": "10143000000000000000000",
"farmRewardsRISK" : "5071000000000000000000"
},
{
"marketId": 13,
"epochEnd": 1670803200,
"farmRewardsHEDGE": "10143000000000000000000",
"farmRewardsRISK" : "5071000000000000000000"
},
{
"marketId": 14,
"epochEnd": 1670803200,
"farmRewardsHEDGE": "10143000000000000000000",
"farmRewardsRISK" : "5071000000000000000000"
}
]
}