From ae27a60930fa99cb26ed98332fa867a6322f8a0f Mon Sep 17 00:00:00 2001 From: jmzwar Date: Wed, 31 Jul 2024 09:32:36 +0200 Subject: [PATCH] update cards --- public/cyberdex.svg | 14 ++++++++++++++ public/tlx.svg | 3 +++ src/utils/integrators.tsx | 20 ++++++++++---------- 3 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 public/cyberdex.svg create mode 100644 public/tlx.svg 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', },