@bulletxyz/bullet-sdk 0.25.0-rc.5 → 0.25.0-rc.6

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.
@@ -9786,7 +9786,7 @@ function calculateBorrowLendMarketAdditionalMetadata(borrowLendMarkets, asset) {
9786
9786
  result
9787
9787
  );
9788
9788
  }
9789
- function calculateAccountSummaryBatch(userAccounts, MarginCalculationState, useWeightedEquity = false) {
9789
+ function calculateAccountSummaryBatch(userAccounts, MarginCalculationState, useWeightedEquity = true) {
9790
9790
  const userAccountsObject = serialize(userAccounts);
9791
9791
  const MarginCalculationStateObject = serialize(MarginCalculationState);
9792
9792
  const result = BulletWasm.calculate_account_summary_batch(