@bulletxyz/bullet-sdk 0.24.0-rc.2 → 0.24.0-rc.3
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/node/index.js
CHANGED
|
@@ -9390,7 +9390,7 @@ var Client = class _Client {
|
|
|
9390
9390
|
side: placeOrderArgs.side,
|
|
9391
9391
|
order_type: placeOrderArgs.orderType,
|
|
9392
9392
|
reduce_only: placeOrderArgs.reduceOnly,
|
|
9393
|
-
tpsl_orders_ids:
|
|
9393
|
+
tpsl_orders_ids: null
|
|
9394
9394
|
},
|
|
9395
9395
|
tpsls: tpslOrders.map(
|
|
9396
9396
|
({
|