impermax-sdk 1.2.148 → 1.2.150

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,10 @@ 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"
66
69
  };
67
70
  const dexscreener_ids = {
68
71
  // ibex on scroll
@@ -101,6 +104,8 @@ const dexscreener_ids = {
101
104
  "0xefd81eec32b9a8222d1842ec3d99c7532c31e348": "linea",
102
105
  // Ibex on Lnea
103
106
  '0xcf0f95e34f25d1bb3d9cad3cbb2eb40dab7c3841': "linea",
107
+ // frxusd on linea
108
+ "0xc7346783f5e645aa998b106ef9e7f499528673d8": "linea",
104
109
  };
105
110
  const fantom_ids = {
106
111
  // uponly on ftm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.2.148",
3
+ "version": "1.2.150",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",