@carrot-protocol/http-client 0.2.75-poolapy1-dev-bc32090 → 0.2.75-poolapy1-dev-e2aaa14

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 +0 -3
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -126,9 +126,6 @@ export interface GetCarrotBoostJitWithdrawIxnsRequest {
126
126
  export interface GetCarrotBoostJitWithdrawIxnsResponse {
127
127
  instructions: anchor.web3.TransactionInstruction[];
128
128
  }
129
- export interface GetLatestPoolApyRequest {
130
- poolNames: string[];
131
- }
132
129
  export interface GetLatestPoolApyResponse {
133
130
  poolName: string;
134
131
  supplyApy: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carrot-protocol/http-client",
3
- "version": "0.2.75-poolapy1-dev-bc32090",
3
+ "version": "0.2.75-poolapy1-dev-e2aaa14",
4
4
  "description": "interact with carrot api",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",