diff --git a/packages/website/components/Ecosystem/EcosystemSection.tsx b/packages/website/components/Ecosystem/EcosystemSection.tsx index 4c85b915323..68cd6d1dd11 100644 --- a/packages/website/components/Ecosystem/EcosystemSection.tsx +++ b/packages/website/components/Ecosystem/EcosystemSection.tsx @@ -27,7 +27,8 @@ const ecosystemData: EcosystemData[] = [ icon: "/images/ecosystem/ait.png", name: "AIT Protocol", link: "https://ait.tech/", - description: "AIT Protocol is the first’s Web3 data infrastructure focusing on AI data annotations, leverages blockchain technology to deliver a trustless and cross-border labor market being strategically incentivized by crypto economics and having instant cross-nation payment settlements.", + description: + "AIT Protocol is the first’s Web3 data infrastructure focusing on AI data annotations, leverages blockchain technology to deliver a trustless and cross-border labor market being strategically incentivized by crypto economics and having instant cross-nation payment settlements.", filters: [], isLive: true, }, @@ -65,6 +66,15 @@ const ecosystemData: EcosystemData[] = [ filters: [], isLive: true, }, + { + icon: "/images/ecosystem/covalent.png", + name: "Covalent", + link: "https://www.covalenthq.com/", + description: + "Covalent's industry-leading Unified API brings visibility to billions of data points across 200+ blockchains for developers building multi-chain applications.", + filters: [], + isLive: true, + }, { icon: "/images/ecosystem/taiko.svg", name: "Bridge", diff --git a/packages/website/public/images/ecosystem/covalent.png b/packages/website/public/images/ecosystem/covalent.png new file mode 100644 index 00000000000..09a64348b50 Binary files /dev/null and b/packages/website/public/images/ecosystem/covalent.png differ