Skip to content

Commit bbd7038

Browse files
author
crzypatchwork
committed
latest swaps
1 parent b3dc436 commit bbd7038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: "10000"}}}) {
385385
timestamp
386386
swap {
387387
price

0 commit comments

Comments
 (0)