@merkl/api 0.20.12 → 0.20.13

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.
@@ -582,7 +582,7 @@ export class ClammDynamicData {
582
582
  /** Clear alm APRs */
583
583
  const distributionForwarders = almDetails.map(x => ({ ...x }));
584
584
  let priceRewardToken = 0;
585
- if (c.campaignParameters.symbolRewardToken !== "aglaMerkl") {
585
+ if (isLive && c.campaignParameters.symbolRewardToken !== "aglaMerkl") {
586
586
  // priceRewardToken = (await pricer.get({
587
587
  // address: c.rewardToken,
588
588
  // chainId: chainId,