@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.js
CHANGED
|
@@ -11129,7 +11129,7 @@ var DlmmModule = class {
|
|
|
11129
11129
|
});
|
|
11130
11130
|
const type = extractStructTagFromType(ownerRes.data.type);
|
|
11131
11131
|
if (type.full_address === this.buildPositionType()) {
|
|
11132
|
-
position = this.buildPosition(ownerRes
|
|
11132
|
+
position = this.buildPosition(ownerRes);
|
|
11133
11133
|
} else {
|
|
11134
11134
|
throw new ClmmpoolsError(`Dlmm Position not exists. Get Position error:${ownerRes.error}`, "InvalidPositionObject" /* InvalidPositionObject */);
|
|
11135
11135
|
}
|