multisigns-sdk 1.0.2 → 1.0.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/index.cjs CHANGED
@@ -6971,7 +6971,7 @@ var TronStrategy = class {
6971
6971
  throw new Error("Order data is missing.");
6972
6972
  }
6973
6973
  const orderTxResponse = await this.apiClient.get(
6974
- `/order/tx/tron/${order.id}`
6974
+ `/sdk/order/tx/tron/${order.id}`
6975
6975
  );
6976
6976
  const { transaction, version, order: backendOrder } = orderTxResponse;
6977
6977
  if (!transaction) {