@merkl/api 0.10.304 → 0.10.305

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.
@@ -325,6 +325,8 @@ export class RewardRepository {
325
325
  "RewardBreakdown" rb
326
326
  INNER JOIN
327
327
  "Reward" r ON rb."rewardId" = r."id"
328
+ INNER JOIN
329
+ "Token" t ON r."rewardTokenId" = t."id"
328
330
  WHERE
329
331
  r."root" = $1 AND r."rewardTokenId" = $2
330
332
  ORDER BY