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 <13951458+d1onys1us@users.noreply.github.com>
  • Loading branch information
2manslkh and d1onys1us committed Sep 27, 2023
1 parent 48a911e commit ad26ebe
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 ad26ebe

Please sign in to comment.