Skip to content

Commit 616a528

Browse files
author
crzypatchwork
committed
0.5
1 parent fe7a249 commit 616a528

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Binary file not shown.
Binary file not shown.

src/pages/search/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ async function fetchDay(day, offset) {
381381
async function fetchSales(offset) {
382382
const { errors, data } = await fetchGraphQL(`
383383
query sales {
384-
hic_et_nunc_trade(order_by: {timestamp: desc}, limit : 15, offset : ${offset}, where: {swap: {price: {_gte: "200000"}}}) {
384+
hic_et_nunc_trade(order_by: {timestamp: desc}, limit : 15, offset : ${offset}, where: {swap: {price: {_gte: "500000"}}}) {
385385
timestamp
386386
swap {
387387
price

0 commit comments

Comments
 (0)