@merkl/api 0.20.132 → 0.20.133

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ export default (app) => app.get("/app", async () => {
15
15
  prices: await (await Pricer.load()).getArray(),
16
16
  };
17
17
  try {
18
- const v3Tokens = await TokenService.findMany({});
18
+ const v3Tokens = await TokenService.findMany({ items: 0 });
19
19
  for (const token of v3Tokens) {
20
20
  if (!json.tokens[token.chainId]) {
21
21
  json.tokens[token.chainId] = {};