diff --git a/src/components/PositionCard/index.tsx b/src/components/PositionCard/index.tsx index 65f3156d..b6a7eb66 100644 --- a/src/components/PositionCard/index.tsx +++ b/src/components/PositionCard/index.tsx @@ -12,7 +12,7 @@ import { useTokenBalance } from '../../state/wallet/hooks' import { ExternalLink, TYPE } from '../../theme' import { currencyId } from '../../utils/currencyId' import { unwrappedToken } from '../../utils/wrappedCurrency' -import { BASE_EXCHANGE_FEE } from '../../utils/prices' +import { LP_PCT_SWAP_FEE } from '../../utils/prices' import { ButtonPrimary, ButtonSecondary, ButtonEmpty } from '../Button' import { transparentize } from 'polished' import { CardNoise } from '../earn/styled' @@ -149,7 +149,7 @@ export function MinimalPositionCard({ pair, showUnwrapped = false, border }: Pos ⭐️ {' '} - By adding liquidity you'll earn {BASE_EXCHANGE_FEE} of all trades on this pair proportional to your + By adding liquidity you'll earn {LP_PCT_SWAP_FEE} of all trades on this pair proportional to your share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity. diff --git a/src/pages/Pool/index.tsx b/src/pages/Pool/index.tsx index f5b38e0a..de69fba0 100644 --- a/src/pages/Pool/index.tsx +++ b/src/pages/Pool/index.tsx @@ -4,7 +4,7 @@ import { Pair } from '@luaswap/sdk' import { Link } from 'react-router-dom' import { SwapPoolTabs } from '../../components/NavigationTabs' -import { BASE_EXCHANGE_FEE } from '../../utils/prices' +import { LP_PCT_SWAP_FEE } from '../../utils/prices' import FullPositionCard from '../../components/PositionCard' import { useUserHasLiquidityInAllTokens } from '../../data/V1' @@ -124,7 +124,7 @@ export default function Pool() { - {`Liquidity providers earn a ${BASE_EXCHANGE_FEE} fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity.`} + {`Liquidity providers earn a ${LP_PCT_SWAP_FEE} fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity.`} {/* 40