Skip to content

Commit

Permalink
feat(website): add covalent to ecosystem (#14908)
Browse files Browse the repository at this point in the history
  • Loading branch information
2manslkh committed Oct 6, 2023
1 parent d4d98b2 commit 9cc4db3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion packages/website/components/Ecosystem/EcosystemSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down Expand Up @@ -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",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9cc4db3

Please sign in to comment.