diff --git a/public/img/icon-desyn.jpg b/public/img/icon-desyn.jpg new file mode 100644 index 00000000..42037c4b Binary files /dev/null and b/public/img/icon-desyn.jpg differ diff --git a/public/img/icon-sumermoney.jpg b/public/img/icon-sumermoney.jpg new file mode 100644 index 00000000..88c5be66 Binary files /dev/null and b/public/img/icon-sumermoney.jpg differ diff --git a/src/components/DashboardS2/Tabs/EcoDApps.tsx b/src/components/DashboardS2/Tabs/EcoDApps.tsx index 088e25be..eac1dc59 100644 --- a/src/components/DashboardS2/Tabs/EcoDApps.tsx +++ b/src/components/DashboardS2/Tabs/EcoDApps.tsx @@ -336,7 +336,13 @@ const EcoDApp = (props: { height={16} /> -
{data.handler}
+ + {data.handler} +
+

20x for ETH/wETH, merged wBTC, USDT, USDC and ZKL

+

4x for wBTC, mBTC, pufETH.eth, STONE.manta, MANTA.manta

+
+ ), + description: `Cross-chain synthetic assets protocol with a unified lending & borrowing market`, + action: "Use Protocol", + }, + ], + }, + { + category: "other", + iconURL: "/img/icon-desyn.jpg", + name: "Desyn", + link: "https://app.sumer.money/", + handler: "@DesynLab", + type: "DEX", + rewardsIcon: [ + { name: "Nova Points", iconURL: "/img/icon-rewards-nova.svg" }, + ], + rewards: "Farming", + holdingPoints: getHoldingPointsByProject("desyn"), + totalPoints: getTotalPointsByProject("desyn"), + remainSpinNum: getSpinByProject("desyn").remainSpinNum, + projectName: "desyn", + details: [ + { + booster: ( +
+

10x for ETH/wETH, merged wBTC, USDT, USDC, DAI and ZKL

+

2x for nETH

+
+ ), + description: `A decentralized platform that enables users to create, manage, and invest in customizable, on-chain asset portfolios.`, + action: "Use Protocol", + }, + ], + }, ]; return tabActive