@hawksightco/hawk-sdk 1.3.128 → 1.3.130

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.
@@ -2551,8 +2551,6 @@ class MeteoraDlmmWithdraw2Automation extends HawksightMeteoraAutomationCpi {
2551
2551
  }
2552
2552
  const position = this.ix.keys[0].pubkey;
2553
2553
  const lbPair = this.ix.keys[1].pubkey;
2554
- console.log(`withdraw position:`, position.toString());
2555
- console.log(`withdraw lbPair:`, lbPair.toString());
2556
2554
  // Generate IX via extension contract
2557
2555
  // @ts-ignore
2558
2556
  const withdrawIx = yield anchor_1.Anchor.instance().iyfExtension.methods
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.128",
3
+ "version": "1.3.130",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",