Skip to content

Commit

Permalink
uodate
Browse files Browse the repository at this point in the history
  • Loading branch information
jmzwar committed Jul 31, 2024
1 parent e343d29 commit 78bdede
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 23 deletions.
21 changes: 14 additions & 7 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.
32 changes: 16 additions & 16 deletions src/utils/integrators.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ export const integrators: integratorItem[] = [
width: '50px',
},
{
uri: '/polynomial.svg',
name: 'Polynomial',
uri: '/cyberdex.svg',
name: 'CyberDEX',
description:
"Trade perps with Polynomial's smart wallet to access up to 50x leverage.",
link: 'https://trade.polynomial.fi/',
'Trade perpetual futures for over 30 markets powered by Synthetix Perps.',
link: 'https://www.cyberdex.xyz/',
tag: 'PERPS',
height: '50px',
width: '50px',
},
{
uri: '/dhedge.svg',
name: 'dHedge',
uri: '/toros.svg',
name: 'Toros',
description:
'Use your sUSD to find permissionless investment managers and automated strategies.',
link: 'https://app.dhedge.org/#',
'Toros enables a suite of one-click financial tools that simplify complex strategies.',
link: 'https://toros.finance/',
tag: 'ASST MGMT',
height: '50px',
width: '50px',
Expand All @@ -67,21 +67,21 @@ export const integrators: integratorItem[] = [
width: '50px',
},
{
uri: '/cyberdex.svg',
name: 'Cyberdex',
uri: '/polynomial.svg',
name: 'Polynomial',
description:
'Trade perpetual futures for over 30 markets powered by Synthetix Perps.',
link: 'https://www.cyberdex.xyz/',
"Trade perps with Polynomial's smart wallet to access up to 50x leverage.",
link: 'https://trade.polynomial.fi/',
tag: 'PERPS',
height: '50px',
width: '50px',
},
{
uri: '/toros.svg',
name: 'Toros',
uri: '/dhedge.svg',
name: 'dHedge',
description:
'Toros enables a suite of one-click financial tools that simplify complex strategies.',
link: 'https://toros.finance/',
'Use your sUSD to find permissionless investment managers and automated strategies.',
link: 'https://app.dhedge.org/#',
tag: 'ASST MGMT',
height: '50px',
width: '50px',
Expand Down

0 comments on commit 78bdede

Please sign in to comment.