Skip to content

Commit

Permalink
feat(website): add polyhedra to the ecosystem (#14317)
Browse files Browse the repository at this point in the history
  • Loading branch information
2manslkh committed Aug 2, 2023
1 parent 2e794fa commit bdf78d0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/website/components/Ecosystem/EcosystemSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
13 changes: 13 additions & 0 deletions packages/website/public/images/ecosystem/polyhedra.svg
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 bdf78d0

Please sign in to comment.