impermax-sdk 1.2.149 → 1.2.151

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.
@@ -62,7 +62,11 @@ const coingecko_ids = {
62
62
  // sonic
63
63
  "0x3333b97138d4b086720b5ae8a7844b1345a33333": "shadow-2",
64
64
  // linea
65
- "0x894134a25a5fac1c2c26f1d8fbf05111a3cb9487": "grai"
65
+ "0x894134a25a5fac1c2c26f1d8fbf05111a3cb9487": "grai",
66
+ "0xc7346783f5e645aa998b106ef9e7f499528673d8": "tether",
67
+ "0xa219439258ca9da29e9cc4ce5596924745e12b93": "usd-coin",
68
+ "0xa500000000e482752f032ea387390b6025a2377b": "astera-usd",
69
+ "0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4": "etherex-liquid-staking-token",
66
70
  };
67
71
  const dexscreener_ids = {
68
72
  // ibex on scroll
@@ -102,7 +106,7 @@ const dexscreener_ids = {
102
106
  // Ibex on Lnea
103
107
  '0xcf0f95e34f25d1bb3d9cad3cbb2eb40dab7c3841': "linea",
104
108
  // frxusd on linea
105
- "0xc7346783f5e645aa998b106ef9e7f499528673d8": "linea"
109
+ "0xc7346783f5e645aa998b106ef9e7f499528673d8": "linea",
106
110
  };
107
111
  const fantom_ids = {
108
112
  // uponly on ftm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.2.149",
3
+ "version": "1.2.151",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",