<QuestionHelper text="A lower bound is set so you never get less than this amount." />
<QuestionHelper
text={
independentField === Field.INPUT
? sending
? 'Price can change between when a transaction is submitted and when it is executed. This is the minimum amount you will send. A worse rate will cause your transaction to revert.'
: 'Price can change between when a transaction is submitted and when it is executed. This is the minimum amount you will receive. A worse rate will cause your transaction to revert.'
: 'Price can change between when a transaction is submitted and when it is executed. This is the maximum amount you will pay. A worse rate will cause your transaction to revert.'
@@ -113,8 +113,8 @@ function NavigationTabs({ location: { pathname }, history }) {
<QuestionHelper
text={
adding
?'When you add liqudiity, you are given pool tokens that represent your position in this pool. These tokens automatically earn fees proportional to your pool share and can be redeemed at any time.'
:'Your liquidity is represented by a pool token (ERC20). Removing will convert your position back into tokens at the current rate and proportional to the amount of each token in the pool. Any fees you accrued are included in the token amounts you receive.'
?'When you add liquidity to a pair, you receive pool tokens (ERC20) that represent both your portion of the liquidity pool and accrued liquidity provider fees .'
:'Your liquidity is represented by a pool token (ERC20). Removing will convert your position back into the underlying tokens at the current rate and proportional to the amount of each token in the pool. Any accrued fees are included in the token amounts you receive.'
}
/>
</RowBetween>
...
...
@@ -126,7 +126,7 @@ function NavigationTabs({ location: { pathname }, history }) {
<ArrowLink/>
</HistoryLink>
<ActiveText>ImportPool</ActiveText>
<QuestionHelpertext={"Use this tool to find pools that don't automatically appear in the interface."}/>
<QuestionHelpertext={"Use this tool to find pairs that don't automatically appear in the interface."}/>