@magmaprotocol/magma-clmm-sdk 0.5.63 → 0.5.64
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
|
@@ -10911,7 +10911,7 @@ var DlmmModule = class {
|
|
|
10911
10911
|
});
|
|
10912
10912
|
const type = extractStructTagFromType(ownerRes.data.type);
|
|
10913
10913
|
if (type.full_address === this.buildPositionType()) {
|
|
10914
|
-
position = this.buildPosition(ownerRes
|
|
10914
|
+
position = this.buildPosition(ownerRes);
|
|
10915
10915
|
} else {
|
|
10916
10916
|
throw new ClmmpoolsError(`Dlmm Position not exists. Get Position error:${ownerRes.error}`, "InvalidPositionObject" /* InvalidPositionObject */);
|
|
10917
10917
|
}
|