@sip-protocol/sdk 0.6.25 → 0.6.26

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/browser.js CHANGED
@@ -5651,8 +5651,8 @@ var OneClickClient = class {
5651
5651
  params.set("depositMemo", depositMemo);
5652
5652
  }
5653
5653
  const rawStatus = await this.get(`/v0/status?${params.toString()}`);
5654
- const settlementTxHash = rawStatus.settlementTxHash ?? rawStatus.destinationChainTxHashes?.[0]?.hash;
5655
- const depositTxHash = rawStatus.depositTxHash ?? rawStatus.originChainTxHashes?.[0]?.hash;
5654
+ const settlementTxHash = rawStatus.settlementTxHash ?? rawStatus.swapDetails?.destinationChainTxHashes?.[0]?.hash ?? rawStatus.destinationChainTxHashes?.[0]?.hash;
5655
+ const depositTxHash = rawStatus.depositTxHash ?? rawStatus.swapDetails?.originChainTxHashes?.[0]?.hash ?? rawStatus.originChainTxHashes?.[0]?.hash;
5656
5656
  return {
5657
5657
  ...rawStatus,
5658
5658
  settlementTxHash,
package/dist/browser.mjs CHANGED
@@ -263,7 +263,7 @@ import {
263
263
  walletRegistry,
264
264
  withSecureBuffer,
265
265
  withSecureBufferSync
266
- } from "./chunk-EMOAOF5P.mjs";
266
+ } from "./chunk-ZEYNCEIE.mjs";
267
267
  import {
268
268
  fulfillment_proof_default,
269
269
  funding_proof_default,