From a67480e3f747e979199edcfaed51b9776177cf71 Mon Sep 17 00:00:00 2001 From: Chris Hobcroft Date: Sat, 30 Dec 2023 15:29:29 +0100 Subject: [PATCH] Update URL encoding to reflect arbitrum as chain Encoded chain variable as arbitrum in the URL so that LPT shows correctly. --- components/sections/tokenholders/get-token.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sections/tokenholders/get-token.tsx b/components/sections/tokenholders/get-token.tsx index 143a55b3..3b16b3a6 100644 --- a/components/sections/tokenholders/get-token.tsx +++ b/components/sections/tokenholders/get-token.tsx @@ -16,7 +16,7 @@ const GetTokenSection = ({ title, card1, card2 }) => { label: card1.ctaText, isLink: true, isExternal: true, - href: "https://app.uniswap.org/#/swap?outputCurrency=0x289ba1701C2F088cf0faf8B3705246331cB8A839", + href: "https://app.uniswap.org/swap?outputCurrency=0x289ba1701C2F088cf0faf8B3705246331cB8A839&chain=arbitrum", }, accent: "primary", headerIllustration: ,