diff --git a/packages/website/components/Ecosystem/EcosystemSection.tsx b/packages/website/components/Ecosystem/EcosystemSection.tsx index b0f431f1701..35f0a3dea8a 100644 --- a/packages/website/components/Ecosystem/EcosystemSection.tsx +++ b/packages/website/components/Ecosystem/EcosystemSection.tsx @@ -163,6 +163,15 @@ const ecosystemData: EcosystemData[] = [ filters: [], isLive: true, }, + { + icon: "/images/ecosystem/polyhedra.svg", + name: "Polyhedra", + link: "https://polyhedra.network/", + description: + "Polyhedra Network is building the infrastructure for Web3 interoperability with efficient zero-knowledge proof protocols. Polyhedra Network designs and implements zkBridge, providing trustless and efficient cross-chain infrastructures for layer-1 and layer-2 interoperability.", + filters: ["zk"], + isLive: true, + }, { icon: "/images/ecosystem/rai-finance.png", name: "RAI Finance", diff --git a/packages/website/public/images/ecosystem/polyhedra.svg b/packages/website/public/images/ecosystem/polyhedra.svg new file mode 100644 index 00000000000..d49a7d10765 --- /dev/null +++ b/packages/website/public/images/ecosystem/polyhedra.svg @@ -0,0 +1,13 @@ + + + + + + + + + + \ No newline at end of file