diff --git a/src/app/components/PriceChart.tsx b/src/app/components/PriceChart.tsx index 500715a3..6d7a5adc 100644 --- a/src/app/components/PriceChart.tsx +++ b/src/app/components/PriceChart.tsx @@ -284,7 +284,7 @@ export function TradingChartOrPairInfo() { return (
- {shortenString(token1?.address, 8, 20, "...")} + {shortenString(token1?.address, 8, 10, "...")}
- {shortenString(token2?.address, 8, 20, "...")} + {shortenString(token2?.address, 8, 10, "...")}