Skip to content

Commit

Permalink
feat: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Dec 23, 2024
1 parent f8483ff commit 7388162
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ import {
import { useAppSelector } from 'state/store'
import { breakpoints } from 'theme/theme'

import { useTradeNetworkFeeCryptoBaseUnit } from '../../MultiHopTradeConfirm/hooks/useTradeNetworkFeeCryptoBaseUnit'
import { PriceImpact } from '../../PriceImpact'
import { SharedTradeInputFooter } from '../../SharedTradeInput/SharedTradeInputFooter/SharedTradeInputFooter'
import { getQuoteErrorTranslation } from '../getQuoteErrorTranslation'
Expand Down Expand Up @@ -107,8 +106,6 @@ export const ConfirmSummary = ({
)
const { isFetching: isAccountsMetadataLoading } = useAccountsFetchQuery()

const quoteNetworkFeesCryptoBaseUnitQuery = useTradeNetworkFeeCryptoBaseUnit({ hopIndex: 0 })

const inputAmountUsd = useAppSelector(selectInputSellAmountUsd)
// use the fee data from the actual quote in case it varies from the theoretical calculation
const affiliateBps = useAppSelector(selectActiveQuoteAffiliateBps)
Expand Down

0 comments on commit 7388162

Please sign in to comment.