@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.
- package/dist/index.js +1 -1
- 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}/
|
|
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