Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Oct 11, 2024
1 parent b4002c6 commit b6080f9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ export default function CollateralSwapPopup({
);
}
}, [lifiQuote]);
console.log('🚀 ~ useEffect ~ lifiQuote:', !lifiQuote?.estimate);

useEffect(() => {
if (swapFromAmount) {
Expand All @@ -200,8 +199,6 @@ export default function CollateralSwapPopup({
}
}, [maxTokens, swapFromAmount]);

console.log('conversion rate: ', conversionRate);

const { writeContractAsync, isPending } = useWriteContract();
const { addStepsForAction, transactionSteps, upsertTransactionStep } =
useTransactionSteps();
Expand Down

0 comments on commit b6080f9

Please sign in to comment.