impermax-sdk 2.1.484 → 2.1.486
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.
package/lib/config/whitelist.js
CHANGED
|
@@ -154,7 +154,16 @@ exports.WHITELISTED_PAIRS = {
|
|
|
154
154
|
"0x9a0A67c75978d58f36290ef767400eed6A53B014",
|
|
155
155
|
"0x8ace7a06ddcf8974f864c7041f7b7e9c2d76242c",
|
|
156
156
|
"0x68ef893edccbb6b700bcc391c219ab90efb55477",
|
|
157
|
-
"0x059c888d457a10de6921a0853e1a62ec58b447ad"
|
|
157
|
+
"0x059c888d457a10de6921a0853e1a62ec58b447ad",
|
|
158
|
+
"0x49B3f8b07e645D7c31F41DE3296E9905aA93BE6C",
|
|
159
|
+
"0xA6D43A98D14A9C69E493c8D063e55D10c0cEFc7A",
|
|
160
|
+
"0x3aA4ee02bf3A5110f3A743051cFfDDa643eb44cb",
|
|
161
|
+
"0xF8a8abd26662E8dd51780fCA6579Fc721B612bC8",
|
|
162
|
+
"0xf106Da7C51D6C099375fCA190c15e583bFDf1f34",
|
|
163
|
+
"0x02f59114f9Fb1eA5Ebd6356db449b78cF4e5bb8e",
|
|
164
|
+
"0xF1E72aAB3Fa3A5C166825cCAfbf814D43d7b91b2",
|
|
165
|
+
"0x96190B4E62D28486B998c77550dd0cf3A60fdEF5",
|
|
166
|
+
"0x0bA15e5fC7e73Be48cB0fb110eC5E8215150085c", // WETH/AERO aerov3
|
|
158
167
|
],
|
|
159
168
|
},
|
|
160
169
|
[types_1.Networks.Mantle]: {
|
|
@@ -295,7 +295,7 @@ class TheGraphQueryBuilder {
|
|
|
295
295
|
* Nftlps
|
|
296
296
|
*-----------------------------*/
|
|
297
297
|
nftlpsQuery(extension, network) {
|
|
298
|
-
if (extension === types_1.Extension.UniswapV3) {
|
|
298
|
+
if (extension === types_1.Extension.UniswapV3 || extension === types_1.Extension.AeroCL) {
|
|
299
299
|
return (0, graphql_tag_1.default) `{
|
|
300
300
|
nftlps(first: 1000) {
|
|
301
301
|
id
|
|
@@ -372,7 +372,6 @@ class TheGraphQueryBuilder {
|
|
|
372
372
|
return (0, graphql_tag_1.default) `{
|
|
373
373
|
nftlpPositions(first: 1000 ${id_in_string}) {
|
|
374
374
|
liquidity
|
|
375
|
-
fee
|
|
376
375
|
tickLower
|
|
377
376
|
tickUpper
|
|
378
377
|
tokenId
|