impermax-sdk 2.1.486 → 2.1.488

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.
@@ -28,10 +28,11 @@ exports.NFTLP_SUBGRAPH_URL = {
28
28
  [types_1.Networks.Base]: {
29
29
  [types_1.Extension.UniswapV3]: [
30
30
  "https://base-nftlp-uniswapv3.up.railway.app/",
31
- "https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/deployments/id/QmNfoQmpxoKWxE4mqMiAJhchwyQGwLpBCTKwZ2oYtFP24V"
31
+ "https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/deployments/id/QmWyBACASa6mUY25V9XRPkuKAHPsCn1y67ERTyBMVakQW9"
32
32
  ],
33
33
  [types_1.Extension.AeroCL]: [
34
- "https://base-nftlp-aerov3.up.railway.app/"
34
+ "https://base-nftlp-aerov3.up.railway.app/",
35
+ "https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/deployments/id/QmRdmeNwRVqzhdETseFSGC59KF1N8Sxhs2tinMRbqG1K8W"
35
36
  ]
36
37
  },
37
38
  [types_1.Networks.Scroll]: {},
@@ -42,7 +43,7 @@ exports.NFTLP_SUBGRAPH_URL = {
42
43
  [types_1.Networks.Unichain]: {
43
44
  [types_1.Extension.UniswapV3]: [
44
45
  "https://unichain-nftlp-uniswapv3.up.railway.app/",
45
- "https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/deployments/id/QmQCqDoFncFWGqadCZqFmkvPQ5TbH49vPvVcSzwaCmqCha"
46
+ "https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/deployments/id/QmSnT5owQNvbpxr4sXpt2PSRkyJgm52CYrZEZUbhx4T2ad"
46
47
  ]
47
48
  }
48
49
  };
@@ -156,14 +156,14 @@ exports.WHITELISTED_PAIRS = {
156
156
  "0x68ef893edccbb6b700bcc391c219ab90efb55477",
157
157
  "0x059c888d457a10de6921a0853e1a62ec58b447ad",
158
158
  "0x49B3f8b07e645D7c31F41DE3296E9905aA93BE6C",
159
- "0xA6D43A98D14A9C69E493c8D063e55D10c0cEFc7A",
160
- "0x3aA4ee02bf3A5110f3A743051cFfDDa643eb44cb",
161
- "0xF8a8abd26662E8dd51780fCA6579Fc721B612bC8",
162
- "0xf106Da7C51D6C099375fCA190c15e583bFDf1f34",
163
- "0x02f59114f9Fb1eA5Ebd6356db449b78cF4e5bb8e",
164
- "0xF1E72aAB3Fa3A5C166825cCAfbf814D43d7b91b2",
165
- "0x96190B4E62D28486B998c77550dd0cf3A60fdEF5",
166
- "0x0bA15e5fC7e73Be48cB0fb110eC5E8215150085c", // WETH/AERO aerov3
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
167
167
  ],
168
168
  },
169
169
  [types_1.Networks.Mantle]: {
@@ -122,8 +122,9 @@ class OffchainMultichain {
122
122
  const factoryPromises = Object.entries(lendingPoolsData).map(async ([factory, pools]) => {
123
123
  const poolPromises = Object.keys(pools).map(async (poolId) => {
124
124
  const lendingPool = await offchain.getLendingPool(factory, poolId);
125
- if (!lendingPool)
126
- console.warn("Can't include", poolId, factory, network, "in pools list");
125
+ if (!lendingPool) {
126
+ //console.warn("Can't include", poolId, factory, network, "in pools list");
127
+ }
127
128
  return lendingPool;
128
129
  });
129
130
  return (await Promise.all(poolPromises)).filter(x => x);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.486",
3
+ "version": "2.1.488",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",