@magmaprotocol/magma-clmm-sdk 0.5.106 → 0.5.108
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.d.ts +3 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11226,7 +11226,9 @@ var AlmmModule = class {
|
|
|
11226
11226
|
liquidity: positionLiquidity,
|
|
11227
11227
|
rewards: positionRewards || { position_id: item.pos_object_id, reward: [], amount: [] },
|
|
11228
11228
|
fees: positionFees,
|
|
11229
|
-
contractPool: pool
|
|
11229
|
+
contractPool: pool,
|
|
11230
|
+
coin_type_a: pool?.coin_a || "",
|
|
11231
|
+
coin_type_b: pool?.coin_b || ""
|
|
11230
11232
|
});
|
|
11231
11233
|
}
|
|
11232
11234
|
return out;
|