diff --git a/src/components/Menu/Menu.tsx b/src/components/Menu/Menu.tsx index 90292119..9ba83d2f 100644 --- a/src/components/Menu/Menu.tsx +++ b/src/components/Menu/Menu.tsx @@ -34,7 +34,7 @@ const data: { const externalButtons = [ { - externalLink: 'https://liquidity.synthetix.eth.limo/', + externalLink: 'https://liquidity-synthetix.on.fleek.co/', label: 'Liquidity App', }, ]; diff --git a/src/sections/home/hero.tsx b/src/sections/home/hero.tsx index 07d43471..40e4285e 100644 --- a/src/sections/home/hero.tsx +++ b/src/sections/home/hero.tsx @@ -49,7 +49,7 @@ export const Hero = () => { borderRadius="4px" width="fit-content" onClick={() => - window.open('https://liquidity.synthetix.eth.limo/', '_blank') + window.open('https://liquidity-synthetix.on.fleek.co/', '_blank') } size={{ base: 'lg', md: 'md' }} > diff --git a/src/utils/constants/index.ts b/src/utils/constants/index.ts index 05d89d56..3fec7e34 100644 --- a/src/utils/constants/index.ts +++ b/src/utils/constants/index.ts @@ -2,7 +2,7 @@ export const links = { duneLink: 'https://dune.com/synthetix_community/synthetix-stats', stakingV2: 'https://staking.synthetix.io/', stakingV3: 'https://v3.synthetix.io/', - liquidityApp: 'https://liquidity.synthetix.eth.limo/', + liquidityApp: 'https://liquidity-synthetix.on.fleek.co/', stakingGuide: 'https://docs.synthetix.io/staking/staking-guide', v3IntegrationGuide: 'https://docs.synthetix.io/v/v3/', governanceApp: 'https://governance.synthetix.io/',