impermax-sdk 1.2.142 → 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.
package/lib/config/subgraphs.js
CHANGED
|
@@ -231,7 +231,7 @@ exports.CONFIG_MANAGER_SUBGRAPH_URL = {
|
|
|
231
231
|
[types_1.Networks.Mainnet]: '',
|
|
232
232
|
[types_1.Networks.Polygon]: 'https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/42W3457WecJ4foXk3tBeVpmX8MUHS3L8qXvUvhDSE6p2',
|
|
233
233
|
[types_1.Networks.Arbitrum]: '',
|
|
234
|
-
[types_1.Networks.Avalanche]:
|
|
234
|
+
[types_1.Networks.Avalanche]: "https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/deployments/id/QmWVUV4KUrgHQG4cw1iyE6YgiyUMNz56umVusdAYJkdAhY",
|
|
235
235
|
[types_1.Networks.Moonriver]: '',
|
|
236
236
|
[types_1.Networks.Aurora]: '',
|
|
237
237
|
[types_1.Networks.Cronos]: '',
|
|
@@ -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
|