@galacticcouncil/sdk-next 0.13.0 → 0.14.0-pr220-de485c9

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.
@@ -70,4 +70,9 @@ export declare class AaveUtils {
70
70
  */
71
71
  private calculateWithdrawMax;
72
72
  private calculateLinearInterest;
73
+ /**
74
+ * Original AAVE health factor calculation formula:
75
+ * @see https://github.com/aave/aave-utilities/blob/432e283b2e76d9793b20d37bd4cb94aca97ed20e/packages/math-utils/src/pool-math.ts#L139
76
+ */
77
+ private calculateHealthFactorFromBalances;
73
78
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacticcouncil/sdk-next",
3
- "version": "0.13.0",
3
+ "version": "0.14.0-pr220-de485c9",
4
4
  "description": "Galactic next gen sdk (papi)",
5
5
  "author": "GalacticCouncil",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  "postbuild": "tsc --emitDeclarationOnly --outDir build/types/",
30
30
  "clean": "rimraf build",
31
31
  "link": "npm ln",
32
- "test": "NODE_NO_WARNINGS=1 jest"
32
+ "test": "NODE_NO_WARNINGS=1 NODE_OPTIONS=--experimental-vm-modules jest"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/big.js": "^6.2.2"