@galacticcouncil/sdk-next 0.14.2 → 0.15.0-pr222-614dec7

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.
@@ -24,7 +24,7 @@ export declare class AaveUtils {
24
24
  *
25
25
  * @param user - user address
26
26
  * @param reserve - reserve on-chain id (registry)
27
- * @param supplyAmount - aToken withdrawAmount amount (decimal)
27
+ * @param withdrawAmount - aToken withdrawAmount amount (decimal)
28
28
  * @returns health factor decimal value
29
29
  */
30
30
  getHealthFactorAfterWithdraw(user: string, reserve: number, withdrawAmount: string): Promise<number>;
@@ -1,5 +1,6 @@
1
1
  export type AaveSummary = {
2
2
  healthFactor: number;
3
+ currentLiquidationThreshold: number;
3
4
  totalCollateral: bigint;
4
5
  totalDebt: bigint;
5
6
  reserves: AaveReserveData[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacticcouncil/sdk-next",
3
- "version": "0.14.2",
3
+ "version": "0.15.0-pr222-614dec7",
4
4
  "description": "Galactic next gen sdk (papi)",
5
5
  "author": "GalacticCouncil",
6
6
  "repository": {