From bdf78d0de213b789e798a063723445b4643811f8 Mon Sep 17 00:00:00 2001 From: Kenk Date: Sat, 29 Jul 2023 22:09:23 +0200 Subject: [PATCH] feat(website): add polyhedra to the ecosystem (#14317) --- .../components/Ecosystem/EcosystemSection.tsx | 9 +++++++++ .../website/public/images/ecosystem/polyhedra.svg | 13 +++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 packages/website/public/images/ecosystem/polyhedra.svg diff --git a/packages/website/components/Ecosystem/EcosystemSection.tsx b/packages/website/components/Ecosystem/EcosystemSection.tsx index b0f431f170..35f0a3dea8 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 0000000000..d49a7d1076 --- /dev/null +++ b/packages/website/public/images/ecosystem/polyhedra.svg @@ -0,0 +1,13 @@ + + + + + + + + + + \ No newline at end of file