impermax-sdk 1.2.144 → 1.2.146

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.
@@ -45,9 +45,11 @@ exports.IMPERMAX_SUBGRAPH_URL = {
45
45
  ],
46
46
  [types_1.Factory.V2V2]: [
47
47
  "https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/8Gz5ZGyRkSA7WBrSteeyez39AgZQsoEbtXe8GtHD7JMQ",
48
+ "https://avalanche-factoryv2-production.up.railway.app/"
48
49
  ],
49
50
  [types_1.Factory.SOLV2]: [
50
51
  "https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/subgraphs/id/78e6cZp11r2coLx8YYo5y4AqzEhQXYT6sw3Bg5Tiy5XU",
52
+ "https://avalanche-factoryv2-production.up.railway.app/"
51
53
  ],
52
54
  },
53
55
  [types_1.Networks.Mantle]: {
@@ -94,7 +94,9 @@ const dexscreener_ids = {
94
94
  // CHAMP on avalanche
95
95
  "0x6aa38edd7f32a28b7b2c2dc86fc5b0bf2ae61579": "avalanche",
96
96
  // ID on avalanche
97
- "0x34a528da3b2ea5c6ad1796eba756445d1299a577": "avalanche"
97
+ "0x34a528da3b2ea5c6ad1796eba756445d1299a577": "avalanche",
98
+ // Anon on avalanche
99
+ "0x79bbf4508b1391af3a0f4b30bb5fc4aa9ab0e07c": "avalanche"
98
100
  };
99
101
  const fantom_ids = {
100
102
  // uponly on ftm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.2.144",
3
+ "version": "1.2.146",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",