Skip to content

Commit

Permalink
feat(website): add zksynth to ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
2manslkh committed Aug 8, 2023
1 parent 2d9ab0f commit 9eb66d2
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -277,6 +277,15 @@ const ecosystemData: EcosystemData[] = [
filters: [],
isLive: true,
},
{
icon: "/images/ecosystem/zksynth.png",
name: "ZKSynth",
link: "https://app.zksynth.com/",
description:
"zkSynth allows you to create and trade synthetic assets that track the price of any real-world asset, such as stocks, commodities, currencies, and more. ",
filters: [],
isLive: false,
},
];

export function EcosystemSection() {
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 9eb66d2

Please sign in to comment.