@magmaprotocol/magma-clmm-sdk 0.5.113 → 0.5.114
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 +1 -1
package/dist/index.js
CHANGED
|
@@ -11310,7 +11310,7 @@ var AlmmModule = class {
|
|
|
11310
11310
|
});
|
|
11311
11311
|
const type = extractStructTagFromType(ownerRes.data.type);
|
|
11312
11312
|
if (type.full_address === this.buildPositionType()) {
|
|
11313
|
-
const position = this.buildPosition(ownerRes
|
|
11313
|
+
const position = this.buildPosition(ownerRes);
|
|
11314
11314
|
const cacheKey = `${position.pos_object_id}_getPositionList`;
|
|
11315
11315
|
this.updateCache(cacheKey, position, cacheTime24h);
|
|
11316
11316
|
allPosition.push(position);
|