@bulletxyz/bullet-sdk 0.26.2-rc.4 → 0.26.2-rc.5

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.
@@ -9821,9 +9821,7 @@ var Client = class _Client {
9821
9821
  }
9822
9822
  });
9823
9823
  }
9824
- async initPerpMarket(market, baseAsset, name, minTickSize, minLotSize, maxOrdersPerSide, minInterestRateClamp, maxInterestRateClamp, minFundingRateClamp, maxFundingRateClamp, impactMargin, interestRate, initLeverageTableArgs, takerFeesTenthBps, makerFeesTenthBps) {
9825
- const marketId = this.exchange.getMarketId(market);
9826
- const baseAssetId = this.exchange.getAssetId(baseAsset);
9824
+ async initPerpMarket(marketId, baseAssetId, name, minTickSize, minLotSize, maxOrdersPerSide, minInterestRateClamp, maxInterestRateClamp, minFundingRateClamp, maxFundingRateClamp, impactMargin, interestRate, initLeverageTableArgs, takerFeesTenthBps, makerFeesTenthBps) {
9827
9825
  return await this.submitTransaction({
9828
9826
  exchange: {
9829
9827
  init_perp_market: {