@typus/typus-perp-sdk 1.1.32-codegen-exp39 → 1.1.32-codegen-exp40

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 CHANGED
@@ -229,7 +229,6 @@ async function getUserStake(client, input) {
229
229
  // console.log(returnValues);
230
230
  var reader = new bcs_1.BcsReader(new Uint8Array(returnValues));
231
231
  let length = reader.readULEB();
232
- console.log(length);
233
232
  if (length == 0) {
234
233
  results.push([null, []]);
235
234
  continue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typus/typus-perp-sdk",
3
- "version": "1.1.32-codegen-exp39",
3
+ "version": "1.1.32-codegen-exp40",
4
4
  "repository": "https://github.com/Typus-Lab/typus-perp-sdk.git",
5
5
  "author": "Typus",
6
6
  "description": "typus perp sdk",