impermax-sdk 2.1.390 → 2.1.392
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.
|
@@ -146,7 +146,8 @@ exports.ROUTER_V3 = {
|
|
|
146
146
|
[types_1.Networks.Moonbeam]: {},
|
|
147
147
|
[types_1.Networks.Sxnetwork]: {},
|
|
148
148
|
[types_1.Networks.Base]: {
|
|
149
|
-
[types_1.Extension.UniswapV3]: '
|
|
149
|
+
[types_1.Extension.UniswapV3]: '0x63F3d5eCde1a0F8675d4358F41d9134Afef0b63c'
|
|
150
|
+
//[Extension.UniswapV3]: '0xf5f995952132871436d8fd61f38bf4a3eb2d662e'
|
|
150
151
|
},
|
|
151
152
|
[types_1.Networks.Scroll]: {},
|
|
152
153
|
[types_1.Networks.Optimism]: {},
|
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
|
@@ -129,7 +129,9 @@ exports.WHITELISTED_PAIRS = {
|
|
|
129
129
|
"0x656629d6921B9697BBFD791e7e4e8c09E160459E",
|
|
130
130
|
"0x4c7c80Cb67e88486442474F518876819dcEa8A00", // eth/superoethb stakedlp
|
|
131
131
|
],
|
|
132
|
-
[types_1.Factory.V3]: [
|
|
132
|
+
[types_1.Factory.V3]: [
|
|
133
|
+
"0xffbddde09e1a6523b46949a5ff2273f3f815dd9b", // ETH-USDC uniV3
|
|
134
|
+
],
|
|
133
135
|
},
|
|
134
136
|
[types_1.Networks.Mantle]: {
|
|
135
137
|
[types_1.Factory.V2V2]: [
|
|
@@ -602,7 +604,7 @@ exports.WHITELISTED_OLD = {
|
|
|
602
604
|
[types_1.Factory.V3]: [
|
|
603
605
|
"0xa68f6075ae62ebd514d1600cb5035fa0e2210ef8",
|
|
604
606
|
"0x10FC34B6fCA7B6B5E4F4f85bBC368dB14F3a4fB9",
|
|
605
|
-
"0xD7024c29EF5cAF97e5d36737c009f1f16E5E7356", // ETH/cbBTC univ3
|
|
607
|
+
"0xD7024c29EF5cAF97e5d36737c009f1f16E5E7356", // ETH/cbBTC univ3 OLD
|
|
606
608
|
],
|
|
607
609
|
},
|
|
608
610
|
[types_1.Networks.Mantle]: {
|