diff --git a/packages/website/components/Ecosystem/EcosystemSection.tsx b/packages/website/components/Ecosystem/EcosystemSection.tsx index 4d4af37197..6d8fcc7d1a 100644 --- a/packages/website/components/Ecosystem/EcosystemSection.tsx +++ b/packages/website/components/Ecosystem/EcosystemSection.tsx @@ -57,6 +57,15 @@ const ecosystemData: EcosystemData[] = [ filters: [], isLive: true, }, + { + icon: "/images/ecosystem/cloak.png", + name: "Cloak", + link: "https://cloak.exchange/", + description: + "Cloak is a non-custodial dark pool, offering trustless, MEV-resistant, and slippage-resistant trades for any ERC-20 trading pairs.", + filters: [], + isLive: false, + }, { icon: "/images/ecosystem/crypton.png", name: "Crypton", diff --git a/packages/website/public/images/ecosystem/cloak.png b/packages/website/public/images/ecosystem/cloak.png new file mode 100644 index 0000000000..5be9ed4e22 Binary files /dev/null and b/packages/website/public/images/ecosystem/cloak.png differ