@carrot-protocol/http-client 0.2.70-carrot-boost-jit-dev-bdc4d5d → 0.2.70-carrot-boost-jit-dev-9d9cc8f

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -308,7 +308,7 @@ class Client {
308
308
  return body;
309
309
  }
310
310
  async getCarrotBoostJitIxns(request) {
311
- const url = new URL(`${this.baseUrl}/carrotBoostJitInstructions?vault=${request.vault.toString()}&carrotBoostStrategy=${request.carrotBoostStrategy.toString()}&assetMint=${request.assetMint.toString()}&amount=${request.amount.toString()}`);
311
+ const url = new URL(`${this.baseUrl}/carrotBoostJitIxns?vault=${request.vault.toString()}&carrotBoostStrategy=${request.carrotBoostStrategy.toString()}&assetMint=${request.assetMint.toString()}&amount=${request.amount.toString()}`);
312
312
  const response = await (0, cross_fetch_1.default)(url, {
313
313
  method: "GET",
314
314
  headers: this.headers,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carrot-protocol/http-client",
3
- "version": "0.2.70-carrot-boost-jit-dev-bdc4d5d",
3
+ "version": "0.2.70-carrot-boost-jit-dev-9d9cc8f",
4
4
  "description": "interact with carrot api",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",