@velora-dex/sdk 8.1.1-dev.0 → 8.1.1-dev.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.
package/dist/sdk.esm.js CHANGED
@@ -4418,15 +4418,12 @@ var constructCancelDeltaOrder = function constructCancelDeltaOrder(options) {
4418
4418
  };
4419
4419
  }();
4420
4420
  var cancelLimitDeltaOrders = /*#__PURE__*/function () {
4421
- var _ref3 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee3(params, requestParams) {
4421
+ var _ref4 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee3(_ref3, requestParams) {
4422
4422
  var orderIds, signature, res;
4423
4423
  return _regeneratorRuntime().wrap(function _callee3$(_context3) {
4424
4424
  while (1) switch (_context3.prev = _context3.next) {
4425
4425
  case 0:
4426
- orderIds = params.map(function (_ref4) {
4427
- var id = _ref4.id;
4428
- return id;
4429
- });
4426
+ orderIds = _ref3.orderIds;
4430
4427
  _context3.next = 3;
4431
4428
  return signCancelLimitDeltaOrderRequest({
4432
4429
  orderIds: orderIds
@@ -4448,7 +4445,7 @@ var constructCancelDeltaOrder = function constructCancelDeltaOrder(options) {
4448
4445
  }, _callee3);
4449
4446
  }));
4450
4447
  return function cancelLimitDeltaOrders(_x5, _x6) {
4451
- return _ref3.apply(this, arguments);
4448
+ return _ref4.apply(this, arguments);
4452
4449
  };
4453
4450
  }();
4454
4451
  return {