@magmaprotocol/magma-clmm-sdk 0.5.52 → 0.5.53

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.
package/dist/index.mjs CHANGED
@@ -11180,7 +11180,7 @@ var DlmmModule = class {
11180
11180
  tokens: []
11181
11181
  };
11182
11182
  pairRewards.pair_id = item.parsedJson.pair_id;
11183
- item.parsedJson.tokens.contents.forEach((token) => {
11183
+ item.parsedJson.tokens.forEach((token) => {
11184
11184
  pairRewards.tokens.push(token.name);
11185
11185
  });
11186
11186
  out.set(pairRewards.pair_id, pairRewards.tokens);