impermax-sdk 2.1.493 → 2.1.495

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.
@@ -156,14 +156,14 @@ exports.WHITELISTED_PAIRS = {
156
156
  "0x68ef893edccbb6b700bcc391c219ab90efb55477",
157
157
  "0x059c888d457a10de6921a0853e1a62ec58b447ad",
158
158
  "0x49B3f8b07e645D7c31F41DE3296E9905aA93BE6C",
159
- "0xA6D43A98D14A9C69E493c8D063e55D10c0cEFc7A", // cbBTC/USDC aerov3
160
- //"0x3aA4ee02bf3A5110f3A743051cFfDDa643eb44cb", // cbBTC/LBTC aerov3
161
- //"0xF8a8abd26662E8dd51780fCA6579Fc721B612bC8", // ETH/cbETH aerov3
162
- //"0xf106Da7C51D6C099375fCA190c15e583bFDf1f34", // tBTC/cbBTC aerov3
163
- //"0x02f59114f9Fb1eA5Ebd6356db449b78cF4e5bb8e", // WETH/AAVE aerov3
164
- //"0xF1E72aAB3Fa3A5C166825cCAfbf814D43d7b91b2", // EURC/USDC aerov3
165
- //"0x96190B4E62D28486B998c77550dd0cf3A60fdEF5", // USDC/AERO aerov3
166
- //"0x0bA15e5fC7e73Be48cB0fb110eC5E8215150085c", // WETH/AERO aerov3
159
+ "0xA6D43A98D14A9C69E493c8D063e55D10c0cEFc7A",
160
+ "0x3aA4ee02bf3A5110f3A743051cFfDDa643eb44cb",
161
+ "0xF8a8abd26662E8dd51780fCA6579Fc721B612bC8",
162
+ "0xf106Da7C51D6C099375fCA190c15e583bFDf1f34",
163
+ "0x02f59114f9Fb1eA5Ebd6356db449b78cF4e5bb8e",
164
+ "0xF1E72aAB3Fa3A5C166825cCAfbf814D43d7b91b2",
165
+ "0x96190B4E62D28486B998c77550dd0cf3A60fdEF5",
166
+ "0x0bA15e5fC7e73Be48cB0fb110eC5E8215150085c", // WETH/AERO aerov3
167
167
  ],
168
168
  },
169
169
  [types_1.Networks.Mantle]: {
@@ -29,6 +29,8 @@ class LendingVaultEntity {
29
29
  return acc;
30
30
  }
31
31
  getAvailableLiquidity() {
32
+ console.log("totalBalance", this.totalBalance);
33
+ console.log("initialTotalBalance", this.initialTotalBalance);
32
34
  let acc = this.totalBalance;
33
35
  for (let position of this.positions) {
34
36
  acc += position.getAvailableToWithdraw();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.493",
3
+ "version": "2.1.495",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",