impermax-sdk 2.1.488 → 2.1.489

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.
@@ -114,7 +114,7 @@ exports.IMPERMAX_SUBGRAPH_URL = {
114
114
  ],
115
115
  [types_1.Factory.V3]: [
116
116
  "https://base-factory-v3-production.up.railway.app/",
117
- "https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/deployments/id/QmXJ2ZJChdQadtVnviZgf2NsWkQHo7UvpR8BnmPZd5q1eG"
117
+ "https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/deployments/id/QmcUc6X3Rv5W6BtatMBabBrgPB57rmvxyKvXFj7DBCDrJu"
118
118
  ],
119
119
  },
120
120
  [types_1.Networks.Scroll]: {
@@ -164,7 +164,7 @@ exports.IMPERMAX_SUBGRAPH_URL = {
164
164
  [types_1.Networks.Unichain]: {
165
165
  [types_1.Factory.V3]: [
166
166
  'https://unichain-factoryv3-production.up.railway.app/',
167
- 'https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/deployments/id/QmepRQA4dcnHnfBET4AEY4sJxRYc5x8hpKHjMTegP6z6rE'
167
+ 'https://gateway.thegraph.com/api/e9bbf185bbf657f7ea313387cdf0e5ce/deployments/id/QmXgE8G1DG3jrepAFRsrssSY7Lu9hg1CJ6ufg1HgADcyZJ'
168
168
  ]
169
169
  },
170
170
  };
@@ -54,7 +54,7 @@ class OffchainEndpointManager {
54
54
  // Filter endpoints if URL search param passed (ie. ?endpoint=ibexer/thegraph/etc.)
55
55
  const filteredEndpoints = this.filterEndpoints(endpoints);
56
56
  if (filteredEndpoints.length === 0) {
57
- console.warn("No endpoints available after filtering");
57
+ console.warn("No endpoints available after filtering", endpoints);
58
58
  return null;
59
59
  }
60
60
  // Get the query type for each filtered endpoint. Some APIs use different graphql query types.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.488",
3
+ "version": "2.1.489",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",