impermax-sdk 1.2.143 → 1.2.144

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.
@@ -92,7 +92,9 @@ const dexscreener_ids = {
92
92
  // KET on avalanche
93
93
  "0xffff003a6bad9b743d658048742935fffe2b6ed7": "avalanche",
94
94
  // CHAMP on avalanche
95
- "0x6aa38edd7f32a28b7b2c2dc86fc5b0bf2ae61579": "avalanche"
95
+ "0x6aa38edd7f32a28b7b2c2dc86fc5b0bf2ae61579": "avalanche",
96
+ // ID on avalanche
97
+ "0x34a528da3b2ea5c6ad1796eba756445d1299a577": "avalanche"
96
98
  };
97
99
  const fantom_ids = {
98
100
  // uponly on ftm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.2.143",
3
+ "version": "1.2.144",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",