@typus/typus-perp-sdk 1.0.65 → 1.0.66
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/src/fetch.js +1 -0
- package/package.json +1 -1
package/dist/src/fetch.js
CHANGED
|
@@ -379,6 +379,7 @@ function getUserStake(config, user) {
|
|
|
379
379
|
reader = new bcs_1.BcsReader(new Uint8Array(returnValues));
|
|
380
380
|
lpShares_1 = [];
|
|
381
381
|
reader.readVec(function (reader) {
|
|
382
|
+
var length = reader.readULEB();
|
|
382
383
|
var lpShare = structs_4.LpUserShare.fromFields(structs_4.LpUserShare.bcs.read(reader));
|
|
383
384
|
var incentives = [];
|
|
384
385
|
reader.readVec(function (reader) {
|