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/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', },