@carrot-protocol/http-client 0.2.70-carrot-boost-jit-dev-72ce5b2 → 0.2.70-carrot-boost-jit-dev-dbcbdd3

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/types.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -112,6 +112,7 @@ export interface OhlcEntry {
112
112
  }
113
113
  export interface GetCarrotBoostJitInstructionsRequest {
114
114
  vault: anchor.web3.PublicKey;
115
+ carrotBoostStrategy: anchor.web3.PublicKey;
115
116
  assetMint: anchor.web3.PublicKey;
116
117
  amount: anchor.BN;
117
118
  }
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-72ce5b2",
3
+ "version": "0.2.70-carrot-boost-jit-dev-dbcbdd3",
4
4
  "description": "interact with carrot api",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -21,7 +21,7 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "@coral-xyz/anchor": "0.29.0",
24
- "@carrot-protocol/common": "0.2.64",
24
+ "@carrot-protocol/common": "0.2.69",
25
25
  "bs58": "^5.0.0",
26
26
  "cross-fetch": "^4.0.0"
27
27
  },