@perena/bankineco-sdk 1.0.84 → 1.0.85

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.
@@ -12,7 +12,7 @@ export declare const LITTLE_ENGINE_USDC_CONTRACT_INDEX = 2;
12
12
  export declare const MARGINFI_USDC_CONTRACT_INDEX = 3;
13
13
  export declare const KAMINO_CASH_CONTRACT_INDEX = 0;
14
14
  export declare const IDLE_VAULT_CONTRACT_INDICES: Record<string, number>;
15
- export declare const SUFFICIENT_IDLE_TVL_BPS = 150;
15
+ export declare const SUFFICIENT_IDLE_TVL_BPS = 100;
16
16
  type SpecialFee = {
17
17
  address: string;
18
18
  bps: number;
@@ -21,7 +21,7 @@ exports.IDLE_VAULT_CONTRACT_INDICES = {
21
21
  [accounts_1.OLD_USD_STAR]: exports.OLD_USD_STAR_CONTRACT_INDEX,
22
22
  [accounts_1.USDC_MINT]: exports.MARGINFI_USDC_CONTRACT_INDEX,
23
23
  };
24
- exports.SUFFICIENT_IDLE_TVL_BPS = 150;
24
+ exports.SUFFICIENT_IDLE_TVL_BPS = 100;
25
25
  exports.SPECIAL_FEES = [
26
26
  {
27
27
  address: "3DqXVtRefN2B65BT3Tjt6g2baxwzMbFLHNPRAhzjULK2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perena/bankineco-sdk",
3
- "version": "1.0.84",
3
+ "version": "1.0.85",
4
4
  "description": "SDK for interacting with Bankineco program on Solana.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",