@carrot-protocol/clend-rpc 0.1.1-data-fixes-dev-9daae34 → 0.1.1-data-fixes-dev-7444a2c

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/rpc.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/rpc.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Wallet, web3, BN } from "@coral-xyz/anchor";
1
+ import { AnchorProvider, Wallet, web3, BN } from "@coral-xyz/anchor";
2
2
  import Decimal from "decimal.js";
3
3
  import { Instructions, GroupConfig } from "./instructions";
4
4
  import { BankConfigCompact, ClendGroup, Bank, ClendAccount, FeeState, InterestRateConfigCompact, InterestRateConfigOpt } from "./state";
@@ -9,7 +9,7 @@ export declare class ClendClient {
9
9
  readonly connection: web3.Connection;
10
10
  readonly instructions: Instructions;
11
11
  readonly events: ClendEvents;
12
- private provider;
12
+ readonly provider: AnchorProvider;
13
13
  private jupiterUtils;
14
14
  private dryRun;
15
15
  private cuFeeInMicroLamports;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carrot-protocol/clend-rpc",
3
- "version": "0.1.1-data-fixes-dev-9daae34",
3
+ "version": "0.1.1-data-fixes-dev-7444a2c",
4
4
  "description": "rpc client and libs for carrot lend",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",