Skip to content

Commit

Permalink
Merge branch 'release/2.6.18' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
alanrsoares committed May 9, 2022
2 parents ca66abb + d98bb87 commit cf28e13
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/src/views/SwapPage/children/ConfirmSwap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ export const ConfirmSwap = defineComponent({
<Tooltip
content={
<>
{data.effectiveToAmount.value} = (Swap result (
{data.toAmount.value}) - price impact (
{data.priceImpact.value}%)) - LP fee (
{data.providerFee.value})
This is the estimated amount you will receive after
subtracting the price impact and LP fee from the initial
swap result.
</>
}
>
Expand Down

0 comments on commit cf28e13

Please sign in to comment.