Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Sep 25, 2024
1 parent eb97c25 commit 43e38bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mrl/src/getTransferData/getMoonChainData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ export async function getMoonChainData({

const fee = await getDestinationFee({
address: sourceAddress, // TODO not correct
asset: route.destination.fee.asset,
chain: moonChain,
fee: route.mrl.moonChainFee.amount,
feeAsset: route.destination.fee.asset,
transferAsset: route.source.asset,
});

Expand Down

0 comments on commit 43e38bb

Please sign in to comment.