@bulletxyz/bullet-sdk 0.24.0-rc.1 → 0.24.0-rc.2

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.
@@ -39,7 +39,7 @@ export declare function calculatePositionsAdditionalMetadata(userAccount: UserAc
39
39
  liquidation_risk_percentage: Decimal;
40
40
  max_leverage_to_use: number;
41
41
  }>;
42
- export declare function calculateBorrowLendMarketAdditionalMetadata(borrowLendMarket: BorrowLendMarkets): {
42
+ export declare function calculateBorrowLendMarketAdditionalMetadata(borrowLendMarkets: BorrowLendMarkets, asset: Asset): {
43
43
  utilisation_rate: Decimal;
44
44
  current_deposit_rate: Decimal;
45
45
  current_borrow_rate: Decimal;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/zetamarkets/bullet-sdk.git"
6
6
  },
7
- "version": "0.24.0-rc.1",
7
+ "version": "0.24.0-rc.2",
8
8
  "description": "Bullet SDK",
9
9
  "author": "@bulletxyz",
10
10
  "license": "Apache-2.0",