Skip to content

Commit

Permalink
Merge pull request #230 from Synthetixio/staging
Browse files Browse the repository at this point in the history
added lyra
  • Loading branch information
fritzschoff authored May 23, 2023
2 parents 22c260b + 77644f6 commit 20a41bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 24 deletions.
Binary file added public/lyra-perps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/synthetix-frontend.png
Binary file not shown.
32 changes: 8 additions & 24 deletions src/sections/perps/frontends.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,11 @@ const FrontendCards = [
link: 'https://alpha.conduit.lol/',
},
{
logo: (
<Image src="/synthetix-frontend.png" h={{ base: '40px', xl: '50px' }} />
),
name: 'Synthetix',
description: [
'Learn more about how to integrate Perps and other Synthetix markets in our developer documentation and reach out to the developers at ',
'Synthetix Discord.',
],
link: 'https://docs.synthetix.io/integrations/perps-integration-guide',
logo: <Image src="/lyra-perps.png" h={{ base: '40px', xl: '50px' }} />,
name: 'Lyra',
description:
'Lyra is an option AMM that allows traders to buy and sell options on cryptocurrencies against a pool of liquidity. Lyra leverages Synthetix perpetual futures to hedge delta exposure and provide market neutral, organic yield to its liquidity providers.',
link: 'https://app.lyra.finance/#/trade/optimism/seth-susd',
},
];

Expand Down Expand Up @@ -167,24 +163,12 @@ function FrontendCard({
lineHeight="24px"
color="gray.500"
>
{Array.isArray(description) ? (
<>
{description[0]}{' '}
<Link
href="https://discord.com/channels/413890591840272394/459603818246701056"
color="cyan.500"
>
{description[1]}
</Link>
</>
) : (
description
)}
{description}
</Text>
</Show>
<Button
mt={{ lg: '16px' }}
variant={name !== 'Synthetix' ? 'outline' : 'solid'}
variant="outline"
onClick={() => window.open(link, '_blank', 'noopener,noreferrer')}
w={{ base: '100%', xl: '180px' }}
size={{ base: 'lg', xl: 'sm' }}
Expand Down Expand Up @@ -212,7 +196,7 @@ function FrontendCard({
)
}
>
{name !== 'Synthetix' ? `Visit ${name}` : 'Integrate with Synthetix'}
Visit {name}
</Button>
</Flex>
);
Expand Down

1 comment on commit 20a41bd

@vercel
Copy link

@vercel vercel bot commented on 20a41bd May 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.