Skip to content

Commit

Permalink
add mock data #7
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelPepe committed Oct 10, 2023
1 parent ed63197 commit 465e394
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions frontend/src/data/mockAvailablePools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[
{
"address": "0x4681de1e080e889fad73853fa7adaa0be39e433f",
"date":1696954119482,
"anchorCurrency" : "0x6265617665726275696c642e6f7267",
"tokens": ["0x6265617665726275696c642e6f7267","0x6265617665726275696c642e6f7267", "0x6265617665726275696c642e6f7267"],
"operatorFee": 12,
"total": 234500,
"profitPercent": 10
},
{
"address": "0x4681de1e080e889fad73853fa7adaa0be39e433f",
"date":1696954119482,
"anchorCurrency" : "0x6265617665726275696c642e6f7267",
"tokens": ["0x6265617665726275696c642e6f7267","0x6265617665726275696c642e6f7267", "0x6265617665726275696c642e6f7267"],
"operatorFee": 12,
"total": 234500,
"profitPercent": 10
},
{
"address": "0x4681de1e080e889fad73853fa7adaa0be39e433f",
"date":1696954119482,
"anchorCurrency" : "0x6265617665726275696c642e6f7267",
"tokens": ["0x6265617665726275696c642e6f7267","0x6265617665726275696c642e6f7267", "0x6265617665726275696c642e6f7267"],
"operatorFee": 12,
"total": 234500,
"profitPercent": 10
}
]

0 comments on commit 465e394

Please sign in to comment.