@magmaprotocol/magma-clmm-sdk 0.5.51 → 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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -11398,7 +11398,7 @@ var DlmmModule = class {
|
|
|
11398
11398
|
tokens: []
|
|
11399
11399
|
};
|
|
11400
11400
|
pairRewards.pair_id = item.parsedJson.pair_id;
|
|
11401
|
-
item.parsedJson.tokens.
|
|
11401
|
+
item.parsedJson.tokens.forEach((token) => {
|
|
11402
11402
|
pairRewards.tokens.push(token.name);
|
|
11403
11403
|
});
|
|
11404
11404
|
out.set(pairRewards.pair_id, pairRewards.tokens);
|