Skip to content

Commit

Permalink
feat(website): add rhino.fi, Hotpot and DotTaiko to ecosystem (#15024)
Browse files Browse the repository at this point in the history
Co-authored-by: dave <13951458+d1onys1us@users.noreply.github.com>
  • Loading branch information
2 people authored and KorbinianK committed Oct 27, 2023
1 parent 391e06f commit 241e23a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/website/components/Ecosystem/EcosystemSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ const ecosystemData: EcosystemData[] = [
filters: [],
isLive: true,
},
{
icon: "/images/ecosystem/dottaiko.png",
name: "DotTaiko",
link: "https://dottaiko.me",
description:
"Web3 identities natively on Taiko blockchain, built by DotNames.",
filters: [],
isLive: true,
},
{
icon: "/images/ecosystem/taiko.svg",
name: "Bridge",
Expand Down Expand Up @@ -154,6 +163,15 @@ const ecosystemData: EcosystemData[] = [
filters: [],
isLive: true,
},
{
icon: "/images/ecosystem/hotpot.png",
name: "Hotpot",
link: "https://market.hotpot.gg/",
description:
"Hotpot Protocol offers a toolkit for creating gamified Dapps, enabling builders to engage users with provably fair jackpots, airdrop raffle tickets, and build decentralized prediction markets on EVMs.",
filters: [],
isLive: true,
},
{
icon: "/images/ecosystem/izar.png",
name: "IZAR",
Expand Down Expand Up @@ -367,6 +385,15 @@ const ecosystemData: EcosystemData[] = [
filters: [],
isLive: true,
},
{
icon: "/images/ecosystem/rhinofi.svg",
name: "rhino.fi",
link: "https://app.rhino.fi/",
description:
"The lightning-fast secure bridge for seamless cross-chain transactions",
filters: [],
isLive: false,
},
{
icon: "/images/ecosystem/rubic.png",
name: "Rubic",
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.
1 change: 1 addition & 0 deletions packages/website/public/images/ecosystem/rhinofi.svg
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 241e23a

Please sign in to comment.