Skip to content

Commit

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

"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":1672185600,
"epochEnd":1672617600,
"epochFee":50
},
{
"marketId": 7,
"epochBegin":1672185600,
"epochEnd":1672617600,
"epochFee":50
},
{
"marketId": 8,
"epochBegin":1672185600,
"epochEnd":1672617600,
"epochFee":50
},
{
"marketId": 13,
"epochBegin":1672185600,
"epochEnd":1672617600,
"epochFee":50
},
{
"marketId": 14,
"epochBegin":1672185600,
"epochEnd":1672617600,
"epochFee":50
}
],

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

0 comments on commit fff70c5

Please sign in to comment.