diff --git a/public/cyberdex.svg b/public/cyberdex.svg
new file mode 100644
index 00000000..528688b6
--- /dev/null
+++ b/public/cyberdex.svg
@@ -0,0 +1,14 @@
+
diff --git a/public/tlx.svg b/public/tlx.svg
new file mode 100644
index 00000000..61022652
--- /dev/null
+++ b/public/tlx.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/components/Menu/Menu.tsx b/src/components/Menu/Menu.tsx
index 9ba83d2f..90292119 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.on.fleek.co/',
+ externalLink: 'https://liquidity.synthetix.eth.limo/',
label: 'Liquidity App',
},
];
diff --git a/src/sections/home/hero.tsx b/src/sections/home/hero.tsx
index 40e4285e..07d43471 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.on.fleek.co/', '_blank')
+ window.open('https://liquidity.synthetix.eth.limo/', '_blank')
}
size={{ base: 'lg', md: 'md' }}
>
diff --git a/src/utils/constants/index.ts b/src/utils/constants/index.ts
index 3fec7e34..05d89d56 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.on.fleek.co/',
+ liquidityApp: 'https://liquidity.synthetix.eth.limo/',
stakingGuide: 'https://docs.synthetix.io/staking/staking-guide',
v3IntegrationGuide: 'https://docs.synthetix.io/v/v3/',
governanceApp: 'https://governance.synthetix.io/',
diff --git a/src/utils/integrators.tsx b/src/utils/integrators.tsx
index 9a66f644..729640c2 100644
--- a/src/utils/integrators.tsx
+++ b/src/utils/integrators.tsx
@@ -47,12 +47,12 @@ export const integrators: integratorItem[] = [
width: '50px',
},
{
- uri: '/lyra.svg',
- name: 'Lyra',
+ uri: '/tlx.svg',
+ name: 'TLX',
description:
- 'Lyra is the leading decentralized options protocol and uses Synthetix to delta hedge their AMM.',
- link: 'https://app.lyra.finance/#/trade/optimism/eth-usd',
- tag: 'OPTIONS',
+ 'Trade leveraged tokens, no need to manage your position. Powered by Synthetix Perps.',
+ link: 'https://tlx.fi/',
+ tag: 'PERPS',
height: '50px',
width: '50px',
},
@@ -67,12 +67,12 @@ export const integrators: integratorItem[] = [
width: '50px',
},
{
- uri: '/curve.svg',
- name: 'Curve',
+ uri: '/cyberdex.svg',
+ name: 'Cyberdex',
description:
- 'Deposit synths into Curve pools to provide liquidity to the ecosystem and earn yield.',
- link: 'https://curve.fi/',
- tag: 'SPOT',
+ 'Trade perpetual futures for over 30 markets powered by Synthetix Perps.',
+ link: 'https://www.cyberdex.xyz/',
+ tag: 'PERPS',
height: '50px',
width: '50px',
},