impermax-sdk 2.1.505 → 2.1.506
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 +17 -11
- package/package.json +1 -1
package/lib/config/whitelist.js
CHANGED
|
@@ -262,21 +262,17 @@ exports.WHITELISTED_PAIRS = {
|
|
|
262
262
|
},
|
|
263
263
|
[types_1.Networks.Linea]: {
|
|
264
264
|
[types_1.Factory.SOLV2]: [
|
|
265
|
-
//
|
|
266
|
-
"0x6F988b0810C9F26e653982f0c55872ffe618801C",
|
|
267
|
-
"0xFa8268Ab238c3FFAD3f96693088d569b70eF9300",
|
|
268
|
-
"0x05EFe1133d9ca372017647e0e71174517C663683",
|
|
269
|
-
"0xf45e449fAC0E910F2736FF45eF8ff9ff4b6112Ac",
|
|
265
|
+
// etherex
|
|
270
266
|
"0x5d62c23961D8ad01B5B4B446477DED4C57863ed3",
|
|
271
267
|
"0xD0c167809c3E6466BBf7cB3DdD8A253927937a82",
|
|
272
268
|
"0x37aa7c58e56d1e60006f1fd2e699059e2661e229",
|
|
273
|
-
"0x5468ff957772276c6d0a06dc7ce083b273d3577a"
|
|
269
|
+
"0x5468ff957772276c6d0a06dc7ce083b273d3577a",
|
|
270
|
+
"0xeC9D6Ec00d9858670887A26fBa44CAc644A2448d", // rex33/usdc
|
|
274
271
|
],
|
|
275
272
|
[types_1.Factory.SOL_STABLE]: [
|
|
276
|
-
//
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"0xd47f5752c7b171ec1b896120b875f4151f24fb57" // usdc/asusdc stakedlp
|
|
273
|
+
// etherex
|
|
274
|
+
"0xE76408A83427c2349810d1B38AF8E798c8f62c9B",
|
|
275
|
+
"0xd47f5752c7b171eC1B896120b875f4151F24fb57", // usdc/asusdc stakedlp
|
|
280
276
|
]
|
|
281
277
|
},
|
|
282
278
|
[types_1.Networks.Unichain]: {
|
|
@@ -699,7 +695,17 @@ exports.WHITELISTED_OLD = {
|
|
|
699
695
|
[types_1.Factory.SOLV2]: [],
|
|
700
696
|
},
|
|
701
697
|
[types_1.Networks.Linea]: {
|
|
702
|
-
[types_1.Factory.SOLV2]: [
|
|
698
|
+
[types_1.Factory.SOLV2]: [
|
|
699
|
+
// nile
|
|
700
|
+
"0x6F988b0810C9F26e653982f0c55872ffe618801C",
|
|
701
|
+
"0xFa8268Ab238c3FFAD3f96693088d569b70eF9300",
|
|
702
|
+
"0x05EFe1133d9ca372017647e0e71174517C663683",
|
|
703
|
+
"0xf45e449fAC0E910F2736FF45eF8ff9ff4b6112Ac", // usdc/nil
|
|
704
|
+
],
|
|
705
|
+
[types_1.Factory.SOL_STABLE]: [
|
|
706
|
+
// nile stable
|
|
707
|
+
"0x09a3179372728C01fd03a27F8EC893ce8AD8B14d", // usdc/grai stakedlp
|
|
708
|
+
],
|
|
703
709
|
},
|
|
704
710
|
[types_1.Networks.Unichain]: {},
|
|
705
711
|
};
|