@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.mjs
CHANGED
|
@@ -11097,7 +11097,7 @@ var AlmmModule = class {
|
|
|
11097
11097
|
});
|
|
11098
11098
|
const type = extractStructTagFromType(ownerRes.data.type);
|
|
11099
11099
|
if (type.full_address === this.buildPositionType()) {
|
|
11100
|
-
const position = this.buildPosition(ownerRes
|
|
11100
|
+
const position = this.buildPosition(ownerRes);
|
|
11101
11101
|
const cacheKey = `${position.pos_object_id}_getPositionList`;
|
|
11102
11102
|
this.updateCache(cacheKey, position, cacheTime24h);
|
|
11103
11103
|
allPosition.push(position);
|