@sodax/sdk 0.0.1-rc.28 → 0.0.1-rc.29

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
@@ -11771,7 +11771,18 @@ var SolverService = class {
11771
11771
  ok: false,
11772
11772
  error: {
11773
11773
  code: "POST_EXECUTION_FAILED",
11774
- data: result.error
11774
+ data: {
11775
+ ...result.error,
11776
+ intent,
11777
+ intentDeliveryInfo: {
11778
+ srcChainId: params.srcChain,
11779
+ srcTxHash: spokeTxHash,
11780
+ srcAddress: params.srcAddress,
11781
+ dstChainId: params.dstChain,
11782
+ dstTxHash: dstIntentTxHash,
11783
+ dstAddress: params.dstAddress
11784
+ }
11785
+ }
11775
11786
  }
11776
11787
  };
11777
11788
  }