Skip to content

Commit

Permalink
chore(docs): modify auctions output
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler authored and dtfiedler committed Oct 24, 2024
1 parent 213f7d2 commit b0d46d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,11 @@ const auctions = await io.getAuctions({
"startPriceMultiplier": 50
}
}
]
],
"hasMore": false,
"totalItems": 1,
"sortBy": "endTimestamp",
"sortOrder": "asc"
}
```

Expand Down

0 comments on commit b0d46d4

Please sign in to comment.