impermax-sdk 1.2.104 → 1.2.105

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.
@@ -13,7 +13,8 @@ class QueryBuilderFactory {
13
13
  static getQuery(endpoint) {
14
14
  if (endpoint.includes("thegraph"))
15
15
  return new thegraph_1.TheGraphQueryBuilder();
16
- // if (endpoint.includes("goldsky")) return new GoldskyBuilder(), etc.;
16
+ if (endpoint.includes("goldsky"))
17
+ return new thegraph_1.TheGraphQueryBuilder(); // Same as thegraph
17
18
  // Default to ponder (ie. includes('railway')) but helps local test
18
19
  return new ponder_1.PonderQueryBuilder();
19
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.2.104",
3
+ "version": "1.2.105",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",