@hawksightco/hawk-sdk 1.1.4-8.3 → 1.1.4-8.4

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.
@@ -1491,7 +1491,7 @@ class AddLiquidityByStrategyPda extends HawksightMeteoraPdaCpi {
1491
1491
  /**
1492
1492
  * Replaces Meteora CPI with Hawksight CPI that calls the target Meteora CPI.
1493
1493
  */
1494
- replaceCpi() {
1494
+ addHawksightCpi() {
1495
1495
  return __awaiter(this, void 0, void 0, function* () {
1496
1496
  // Common parameters
1497
1497
  const farm = addresses_1.USDC_FARM;
@@ -1592,7 +1592,7 @@ class AddLiquidityByStrategyOneSidePda extends HawksightMeteoraPdaCpi {
1592
1592
  /**
1593
1593
  * Replaces Meteora CPI with Hawksight CPI that calls the target Meteora CPI.
1594
1594
  */
1595
- replaceCpi() {
1595
+ addHawksightCpi() {
1596
1596
  return __awaiter(this, void 0, void 0, function* () {
1597
1597
  // Common parameters
1598
1598
  const farm = addresses_1.USDC_FARM;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.1.48.3",
3
+ "version": "1.1.48.4",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",