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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4901,7 +4901,7 @@ var TronStrategy = class {
|
|
|
4901
4901
|
throw new Error("Order data is missing.");
|
|
4902
4902
|
}
|
|
4903
4903
|
const orderTxResponse = await this.apiClient.get(
|
|
4904
|
-
`/order/tx/tron/${order.id}`
|
|
4904
|
+
`/sdk/order/tx/tron/${order.id}`
|
|
4905
4905
|
);
|
|
4906
4906
|
const { transaction, version, order: backendOrder } = orderTxResponse;
|
|
4907
4907
|
if (!transaction) {
|