Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo committed Nov 29, 2024
1 parent 99a3959 commit 1611063
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/swap/src/adapters/api/muesliswap/transformers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const transformersMaker = ({
toAmount,
fromAmount,
txHash,
finalizedTxHash,
status,
dex = 'muesliswap',
outputIdx,
Expand All @@ -116,7 +117,7 @@ export const transformersMaker = ({
actualAmountOut: receivedAmount,
expectedAmountOut: toAmount,
txHash,
updateTxHash: txHash,
updateTxHash: finalizedTxHash ?? txHash,
outputIndex: outputIdx ?? 0,
}),
),
Expand Down

0 comments on commit 1611063

Please sign in to comment.