Skip to content

Commit

Permalink
feat(website): add izar and omnisea to ecosystem page (#14825)
Browse files Browse the repository at this point in the history
Co-authored-by: dave | d1onys1us <[email protected]>
  • Loading branch information
2 people authored and KorbinianK committed Sep 28, 2023
1 parent dff61e4 commit 689adb2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/website/components/Ecosystem/EcosystemSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,15 @@ const ecosystemData: EcosystemData[] = [
filters: [],
isLive: true,
},
{
icon: "/images/ecosystem/izar.png",
name: "IZAR",
link: "https://izar.xyz/",
description:
"IZAR is a privacy-preserving interoperability protocol between Ethereum and Aleo ecosystem, harnessing the power of zero-knowledge cryptography to protect user privacy and security.",
filters: [],
isLive: true,
},
{
icon: "/images/ecosystem/metamerge.png",
name: "Meta Merge",
Expand Down Expand Up @@ -242,6 +251,15 @@ const ecosystemData: EcosystemData[] = [
filters: [],
isLive: true,
},
{
icon: "/images/ecosystem/omnisea.png",
name: "Omnisea",
link: "https://www.omnisea.org",
description:
"Omnisea is the first permissionless Omnichain NFT Launchpad and Bridge powered by LayerZero.",
filters: [],
isLive: true,
},
{
icon: "/images/ecosystem/orally.png",
name: "Orally",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 689adb2

Please sign in to comment.