Skip to content

Commit 97b4f95

Browse files
committed
remove comments
1 parent 4f82906 commit 97b4f95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/_dexes/cross-swap-service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,6 @@ function _prepCrossSwapQuotesRetrievalB2A(
709709
chainId: destinationSwapChainId,
710710
};
711711

712-
// Validate slippage for destination swap
713712
validateDestinationSwapSlippage({
714713
tokenIn: bridgeableOutputToken,
715714
tokenOut: crossSwap.outputToken,
@@ -1649,7 +1648,6 @@ function _prepCrossSwapQuotesRetrievalA2A(params: {
16491648
chainId: bridgeRoute.toChain,
16501649
};
16511650

1652-
// Validate slippage for destination swap
16531651
validateDestinationSwapSlippage({
16541652
tokenIn: bridgeableOutputToken,
16551653
tokenOut: crossSwap.outputToken,

0 commit comments

Comments
 (0)