Skip to content

Commit

Permalink
Merge pull request #292 from Synthetixio/feature/update-cards
Browse files Browse the repository at this point in the history
Feature/update cards
  • Loading branch information
jmzwar authored Jul 31, 2024
2 parents 7e0d2e4 + 481aa09 commit a30aa89
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 13 deletions.
14 changes: 14 additions & 0 deletions public/cyberdex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/tlx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const data: {

const externalButtons = [
{
externalLink: 'https://liquidity-synthetix.on.fleek.co/',
externalLink: 'https://liquidity.synthetix.eth.limo/',
label: 'Liquidity App',
},
];
Expand Down
2 changes: 1 addition & 1 deletion src/sections/home/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down
20 changes: 10 additions & 10 deletions src/utils/integrators.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand All @@ -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',
},
Expand Down

0 comments on commit a30aa89

Please sign in to comment.