Skip to content

Commit 4f10d8e

Browse files
author
crzypatchwork
committed
0.5
1 parent f2fc32c commit 4f10d8e

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
294 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
edf7330a603453674a65fcc3aa34e748aed4c713

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)