impermax-sdk 2.1.402 → 2.1.403
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.
|
@@ -25,7 +25,7 @@ exports.POOL_TOKEN_ROUTER = {
|
|
|
25
25
|
[types_1.Networks.Optimism]: '0xbEDD49c1aB7c57EFebDdC094245920aebfd70Cf2',
|
|
26
26
|
[types_1.Networks.Sonic]: '0x35A0e3C5adbddF6D917353f9b468C5cdE80ee380',
|
|
27
27
|
[types_1.Networks.Linea]: '0x1c44FD7514525e1669f6E316D66dcBb42930aAd0',
|
|
28
|
-
[types_1.Networks.Unichain]: ''
|
|
28
|
+
[types_1.Networks.Unichain]: '0xE3FE59FB4237A1D49C721e517B3c6CFc7f34E4Ec'
|
|
29
29
|
};
|
|
30
30
|
// TODO: currently this router only supports stakedLpToken
|
|
31
31
|
exports.ROUTER = {
|
package/lib/config/whitelist.js
CHANGED
|
@@ -241,7 +241,12 @@ exports.WHITELISTED_PAIRS = {
|
|
|
241
241
|
"0x09a3179372728C01fd03a27F8EC893ce8AD8B14d", // usdc/grai stakedlp
|
|
242
242
|
]
|
|
243
243
|
},
|
|
244
|
-
[types_1.Networks.Unichain]: {
|
|
244
|
+
[types_1.Networks.Unichain]: {
|
|
245
|
+
[types_1.Factory.V3]: [
|
|
246
|
+
"0x08385F73C45E4ED809C1a41aE8237BdBaf699fCC",
|
|
247
|
+
"0x242DF683a84F4ae2C77AcaBA7e1579AfFD6E5A09", // ETH/cbBTC univ3
|
|
248
|
+
],
|
|
249
|
+
}
|
|
245
250
|
};
|
|
246
251
|
exports.WHITELISTED_OLD = {
|
|
247
252
|
[types_1.Networks.Ropsten]: {},
|
|
@@ -811,6 +816,11 @@ exports.BLACKLISTED = {
|
|
|
811
816
|
[types_1.Networks.Sxnetwork]: {},
|
|
812
817
|
[types_1.Networks.Base]: {
|
|
813
818
|
[types_1.Factory.SOLV2]: [],
|
|
819
|
+
[types_1.Factory.V3]: [
|
|
820
|
+
"0xd24C57B901a976Cb45361B5BFaD979AFdE7943C8",
|
|
821
|
+
"0xb889AC347C3F6BAC3a34197baD6b6fd55289c118",
|
|
822
|
+
"0x9a0A67c75978d58f36290ef767400eed6A53B014", // ETH/cbBTC univ3
|
|
823
|
+
],
|
|
814
824
|
},
|
|
815
825
|
[types_1.Networks.Mantle]: {
|
|
816
826
|
[types_1.Factory.V2V1]: [],
|