impermax-sdk 2.1.507 → 2.1.509
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
|
@@ -645,9 +645,9 @@ exports.WHITELISTED_OLD = {
|
|
|
645
645
|
[types_1.Factory.V3]: [
|
|
646
646
|
"0xa68f6075ae62ebd514d1600cb5035fa0e2210ef8",
|
|
647
647
|
"0x10FC34B6fCA7B6B5E4F4f85bBC368dB14F3a4fB9",
|
|
648
|
-
"0xD7024c29EF5cAF97e5d36737c009f1f16E5E7356",
|
|
649
|
-
"0x96190B4E62D28486B998c77550dd0cf3A60fdEF5",
|
|
650
|
-
"0x0bA15e5fC7e73Be48cB0fb110eC5E8215150085c", // WETH/AERO aerov3
|
|
648
|
+
"0xD7024c29EF5cAF97e5d36737c009f1f16E5E7356", // ETH/cbBTC univ3 OLD
|
|
649
|
+
//"0x96190B4E62D28486B998c77550dd0cf3A60fdEF5", // USDC/AERO aerov3
|
|
650
|
+
//"0x0bA15e5fC7e73Be48cB0fb110eC5E8215150085c", // WETH/AERO aerov3
|
|
651
651
|
],
|
|
652
652
|
},
|
|
653
653
|
[types_1.Networks.Mantle]: {
|
|
@@ -62,7 +62,8 @@ const coingecko_ids = {
|
|
|
62
62
|
// sonic
|
|
63
63
|
"0x3333b97138d4b086720b5ae8a7844b1345a33333": "shadow-2",
|
|
64
64
|
// linea
|
|
65
|
-
"0x894134a25a5fac1c2c26f1d8fbf05111a3cb9487": "grai"
|
|
65
|
+
"0x894134a25a5fac1c2c26f1d8fbf05111a3cb9487": "grai",
|
|
66
|
+
"0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4": "etherex-liquid-staking-token",
|
|
66
67
|
};
|
|
67
68
|
const dexscreener_ids = {
|
|
68
69
|
// ibex on scroll
|