impermax-sdk 2.1.362 → 2.1.364

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.
@@ -23,7 +23,11 @@ exports.WHITELISTED_PAIRS = {
23
23
  "0x2c5ba54340D74A28a49Ec35aD2133c74e60568f5",
24
24
  "0x8738ae79eBdBcD427bf5ee770c12ad2121A1DAAf",
25
25
  "0x8a5F2647dF30f98f4D01485385B1612fd4EFDAc3",
26
- "0x41E0cBD0f2802862F197bD1a3DE982d3ACB2D54a", // ETH/CRV univ3
26
+ "0x41E0cBD0f2802862F197bD1a3DE982d3ACB2D54a",
27
+ "0x6d1ceE91c24138b733a96560CaE96E5BC5F5BbBc",
28
+ "0x41E0cBD0f2802862F197bD1a3DE982d3ACB2D54a",
29
+ "0x958211791FcF992eF57D4aEdb1cBB384CfBaBfea",
30
+ "0xa579e983F1552b9581BBf95a54Cc563ee3Ace854", // ETH/LINK univ3
27
31
  ]
28
32
  },
29
33
  [types_1.Networks.Avalanche]: {
@@ -122,6 +122,7 @@ class OffchainNftlpUniswapV3 extends offchainNftlp_1.default {
122
122
  return reserve0 * priceA + reserve1 * priceB;
123
123
  }
124
124
  }
125
+ return 0;
125
126
  return this.getGlobalTvlDefillama(fee);
126
127
  }
127
128
  // The more accurate way to get the apr is to calculate the delta between the current feeGrowthGlobal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.362",
3
+ "version": "2.1.364",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",