@gearbox-protocol/sdk 3.0.0-vfour.23 → 3.0.0-vfour.24

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.
@@ -13289,7 +13289,8 @@ var CreditAccountsService = class extends SDKConstruct {
13289
13289
  account.creditAccount,
13290
13290
  recipient,
13291
13291
  [...priceUpdates, ...preview.calls]
13292
- ]
13292
+ ],
13293
+ description: `fully liquidate ${account.creditAccount}`
13293
13294
  });
13294
13295
  }
13295
13296
  /**
@@ -13316,7 +13317,8 @@ var CreditAccountsService = class extends SDKConstruct {
13316
13317
  );
13317
13318
  return cm.creditFacade.createRawTx({
13318
13319
  functionName: operation === "close" ? "closeCreditAccount" : "multicall",
13319
- args: [ca.creditAccount, calls]
13320
+ args: [ca.creditAccount, calls],
13321
+ description: `${operation} account ${ca.creditAccount}`
13320
13322
  });
13321
13323
  }
13322
13324
  /**
@@ -13287,7 +13287,8 @@ var CreditAccountsService = class extends SDKConstruct {
13287
13287
  account.creditAccount,
13288
13288
  recipient,
13289
13289
  [...priceUpdates, ...preview.calls]
13290
- ]
13290
+ ],
13291
+ description: `fully liquidate ${account.creditAccount}`
13291
13292
  });
13292
13293
  }
13293
13294
  /**
@@ -13314,7 +13315,8 @@ var CreditAccountsService = class extends SDKConstruct {
13314
13315
  );
13315
13316
  return cm.creditFacade.createRawTx({
13316
13317
  functionName: operation === "close" ? "closeCreditAccount" : "multicall",
13317
- args: [ca.creditAccount, calls]
13318
+ args: [ca.creditAccount, calls],
13319
+ description: `${operation} account ${ca.creditAccount}`
13318
13320
  });
13319
13321
  }
13320
13322
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "3.0.0-vfour.23",
3
+ "version": "3.0.0-vfour.24",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,