impermax-sdk 2.1.389 → 2.1.391
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/nftlp.js +2 -1
- package/lib/config/whitelist.js +5 -2
- package/package.json +1 -1
package/lib/config/nftlp.js
CHANGED
|
@@ -53,7 +53,8 @@ exports.NFTLP_FACTORY = {
|
|
|
53
53
|
[types_1.Networks.Sxnetwork]: {},
|
|
54
54
|
[types_1.Networks.Blast]: {},
|
|
55
55
|
[types_1.Networks.Base]: {
|
|
56
|
-
[
|
|
56
|
+
//[Extension.UniswapV3]: "0xe5D6Cf969C01BF8d6c46840eD784D7F209038D7a"
|
|
57
|
+
[types_1.Extension.UniswapV3]: "0x3e7299f8267d588f4f4fe0865568a653a1e58e3f"
|
|
57
58
|
},
|
|
58
59
|
[types_1.Networks.Scroll]: {},
|
|
59
60
|
[types_1.Networks.Optimism]: {},
|
package/lib/config/whitelist.js
CHANGED
|
@@ -98,6 +98,7 @@ exports.WHITELISTED_PAIRS = {
|
|
|
98
98
|
// "0xaCE71E660eb93867a1233163B4447F20c056FDBf", // tbtc/usdc stakedlp
|
|
99
99
|
"0xFd6b42A3da0e755d647D1eBF522E7D4368D7fEf7",
|
|
100
100
|
"0xB8e831D4eb4Ce93ffca9Ff4A8fe2c3f9bF99628A",
|
|
101
|
+
"0xb5E2500f93Bc2DD3163E191EBc6F3B2f5B1E8b7f",
|
|
101
102
|
// Scale
|
|
102
103
|
"0x4Cafce8b0Ca0Ba9d3490Ce9b67048139f698a5f8",
|
|
103
104
|
"0x965c3f8Dc3aa446b268aB3Bca4d7E82b788FfE96",
|
|
@@ -128,7 +129,9 @@ exports.WHITELISTED_PAIRS = {
|
|
|
128
129
|
"0x656629d6921B9697BBFD791e7e4e8c09E160459E",
|
|
129
130
|
"0x4c7c80Cb67e88486442474F518876819dcEa8A00", // eth/superoethb stakedlp
|
|
130
131
|
],
|
|
131
|
-
[types_1.Factory.V3]: [
|
|
132
|
+
[types_1.Factory.V3]: [
|
|
133
|
+
"0xffbddde09e1a6523b46949a5ff2273f3f815dd9b", // ETH-USDC uniV3
|
|
134
|
+
],
|
|
132
135
|
},
|
|
133
136
|
[types_1.Networks.Mantle]: {
|
|
134
137
|
[types_1.Factory.V2V2]: [
|
|
@@ -601,7 +604,7 @@ exports.WHITELISTED_OLD = {
|
|
|
601
604
|
[types_1.Factory.V3]: [
|
|
602
605
|
"0xa68f6075ae62ebd514d1600cb5035fa0e2210ef8",
|
|
603
606
|
"0x10FC34B6fCA7B6B5E4F4f85bBC368dB14F3a4fB9",
|
|
604
|
-
"0xD7024c29EF5cAF97e5d36737c009f1f16E5E7356", // ETH/cbBTC univ3
|
|
607
|
+
"0xD7024c29EF5cAF97e5d36737c009f1f16E5E7356", // ETH/cbBTC univ3 OLD
|
|
605
608
|
],
|
|
606
609
|
},
|
|
607
610
|
[types_1.Networks.Mantle]: {
|