@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.
package/dist/browser/index.js
CHANGED
|
@@ -9807,9 +9807,7 @@ var Client = class _Client {
|
|
|
9807
9807
|
}
|
|
9808
9808
|
});
|
|
9809
9809
|
}
|
|
9810
|
-
async initPerpMarket(
|
|
9811
|
-
const marketId = this.exchange.getMarketId(market);
|
|
9812
|
-
const baseAssetId = this.exchange.getAssetId(baseAsset);
|
|
9810
|
+
async initPerpMarket(marketId, baseAssetId, name, minTickSize, minLotSize, maxOrdersPerSide, minInterestRateClamp, maxInterestRateClamp, minFundingRateClamp, maxFundingRateClamp, impactMargin, interestRate, initLeverageTableArgs, takerFeesTenthBps, makerFeesTenthBps) {
|
|
9813
9811
|
return await this.submitTransaction({
|
|
9814
9812
|
exchange: {
|
|
9815
9813
|
init_perp_market: {
|