Skip to content

Commit

Permalink
Create seventh_epoch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelBits authored Dec 29, 2022
1 parent 7ba7d0b commit ec74217
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions configs/seventh_epoch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{

"variables":{
"newMarkets": false,
"amountOfNewMarkets": 0,
"marketsIds": [],
"newEpochs": true,
"amountOfNewEpochs": 5,
"epochsIds": [6, 7, 8, 13, 14],
"amountOfNewFarms": 5,
"newFarms": true,
"farmsIds" : [6, 7, 8, 13, 14]
},

"markets":[
],

"epochs":[
{
"marketId": 6,
"epochBegin":1671580800,
"epochEnd":1672012800,
"epochFee":50
},
{
"marketId": 7,
"epochBegin":1671580800,
"epochEnd":1672012800,
"epochFee":50
},
{
"marketId": 8,
"epochBegin":1671580800,
"epochEnd":1672012800,
"epochFee":50
},
{
"marketId": 13,
"epochBegin":1671580800,
"epochEnd":1672012800,
"epochFee":50
},
{
"marketId": 14,
"epochBegin":1671580800,
"epochEnd":1672012800,
"epochFee":50
}
],

"farms":[
{
"marketId": 6,
"epochEnd":1672012800,
"farmRewardsHEDGE": "4440000000000000000000",
"farmRewardsRISK" : "2233000000000000000000"
},
{
"marketId": 7,
"epochEnd":1672012800,
"farmRewardsHEDGE": "4440000000000000000000",
"farmRewardsRISK" : "2233000000000000000000"
},
{
"marketId": 8,
"epochEnd":1672012800,
"farmRewardsHEDGE": "4440000000000000000000",
"farmRewardsRISK" : "2233000000000000000000"
},
{
"marketId": 13,
"epochEnd":1672012800,
"farmRewardsHEDGE": "4440000000000000000000",
"farmRewardsRISK" : "2233000000000000000000"
},
{
"marketId": 14,
"epochEnd":1672012800,
"farmRewardsHEDGE": "4440000000000000000000",
"farmRewardsRISK" : "2233000000000000000000"

}
]
}

0 comments on commit ec74217

Please sign in to comment.