@cetusprotocol/aggregator-sdk 0.3.14 → 0.3.15

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/dist/index.js CHANGED
@@ -6779,7 +6779,7 @@ function getRouter(endpoint, params) {
6779
6779
  url += `&providers=${providers.join(",")}`;
6780
6780
  }
6781
6781
  }
6782
- url += "&v=1000312";
6782
+ url += "&v=1000315";
6783
6783
  const response = yield fetch(url);
6784
6784
  return response;
6785
6785
  } catch (error) {
package/dist/index.mjs CHANGED
@@ -6777,7 +6777,7 @@ function getRouter(endpoint, params) {
6777
6777
  url += `&providers=${providers.join(",")}`;
6778
6778
  }
6779
6779
  }
6780
- url += "&v=1000312";
6780
+ url += "&v=1000315";
6781
6781
  const response = yield fetch(url);
6782
6782
  return response;
6783
6783
  } catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cetusprotocol/aggregator-sdk",
3
- "version": "0.3.14",
3
+ "version": "0.3.15",
4
4
  "sideEffects": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/api.ts CHANGED
@@ -170,7 +170,7 @@ async function getRouter(endpoint: string, params: FindRouterParams) {
170
170
  }
171
171
 
172
172
  // set newest sdk version
173
- url += "&v=1000312"
173
+ url += "&v=1000315"
174
174
 
175
175
  const response = await fetch(url)
176
176
  return response