Skip to content

Commit

Permalink
latest swaps
Browse files Browse the repository at this point in the history
  • Loading branch information
crzypatchwork committed Oct 29, 2021
1 parent b3dc436 commit bbd7038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/search/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ async function fetchDay(day, offset) {
async function fetchSales(offset) {
const { errors, data } = await fetchGraphQL(`
query sales {
hic_et_nunc_trade(order_by: {timestamp: desc}, limit : 15, offset : ${offset}, where: {swap: {price: {_gte: "200000"}}}) {
hic_et_nunc_trade(order_by: {timestamp: desc}, limit : 15, offset : ${offset}, where: {swap: {price: {_gte: "10000"}}}) {
timestamp
swap {
price
Expand Down

0 comments on commit bbd7038

Please sign in to comment.