Skip to content

Commit

Permalink
fix: multi-hop fees estimation (#8467)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre authored Jan 6, 2025
1 parent 35b73ab commit 6a7679c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const TradeConfirmFooter: FC<TradeConfirmFooterProps> = ({
isRefetching: isNetworkFeeCryptoBaseUnitRefetching,
data: networkFeeCryptoBaseUnit,
} = useTradeNetworkFeeCryptoBaseUnit({
hopIndex: 0,
hopIndex: currentHopIndex,
enabled:
currentTradeStep === StepperStep.FirstHopSwap || currentTradeStep === StepperStep.LastHopSwap,
})
Expand Down

0 comments on commit 6a7679c

Please sign in to comment.