From (at most) : From
- }
+ label={You pay}
disabled={disableTokenInputs}
value={formattedAmounts[Field.INPUT]}
showMaxButton={showMaxButton}
@@ -616,10 +615,7 @@ export function Swap({
}}
color={theme.textPrimary}
>
-
+
@@ -632,7 +628,7 @@ export function Swap({
value={formattedAmounts[Field.OUTPUT]}
disabled={disableTokenInputs}
onUserInput={handleTypeOutput}
- label={independentField === Field.INPUT && !showWrap ? To (at least) : To}
+ label={You receive}
showMaxButton={false}
hideBalance={false}
fiatValue={showFiatValueOutput ? fiatValueOutput : undefined}
@@ -671,13 +667,13 @@ export function Swap({
{showPriceImpactWarning && }
{swapIsUnsupported ? (
-
+
Unsupported Asset
) : switchingChain ? (
-
+
Connecting to {getChainInfo(switchingChain)?.label}
) : !account ? (
@@ -687,12 +683,13 @@ export function Swap({
properties={{ received_swap_quote: getIsValidSwapQuote(trade, tradeState, swapInputError) }}
element={InterfaceElementName.CONNECT_WALLET_BUTTON}
>
-
+
Connect Wallet
) : chainId && chainId !== connectedChainId ? (
{
try {
await switchChain(connector, chainId)
@@ -710,6 +707,7 @@ export function Swap({
) : showWrap ? (