@bulletxyz/bullet-sdk 0.25.4-rc.6 → 0.25.4-rc.7

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.
@@ -9338,10 +9338,10 @@ var Client = class _Client {
9338
9338
  }
9339
9339
  });
9340
9340
  }
9341
- async replaceOrder(options) {
9341
+ async amendOrder(options) {
9342
9342
  return await this.submitTransaction({
9343
9343
  exchange: {
9344
- replace_order: {
9344
+ amend_order: {
9345
9345
  existing_order_id: options.existingOrderId?.toString() ?? null,
9346
9346
  existing_client_order_id: options.existingClientOrderId?.toString() ?? null,
9347
9347
  order_args: {