Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Jul 10, 2023
2 parents 6aae913 + 192aab5 commit 2821963
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 13 deletions.
8 changes: 7 additions & 1 deletion packages/website/components/EcosystemCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ function EcosystemCard({ icon, name, link, description }) {
rel="noopener noreferrer"
className="rounded-xl shadow-md bg-white dark:bg-neutral-800 p-6 flex flex-col justify-start items-start transition-colors duration-200 hover:shadow-xl dark:hover:bg-neutral-700"
>
<img src={icon} alt={`${name}-logo`} className="w-16 h-16 mb-4" />
<div className="w-16 h-16 flex justify-center items-center mb-4">
<img
src={icon}
alt={`${name}-logo`}
className="max-w-full max-h-full object-contain"
/>
</div>
<h2 className="text-2xl text-black dark:text-white font-bold mb-2">
{name}
</h2>
Expand Down
32 changes: 32 additions & 0 deletions packages/website/components/EcosystemSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,22 @@ const ecosystemData: EcosystemData[] = [
"Pheasant Network is an optimistic bridge between Layer 1 and Layer 2.",
filters: [],
},
{
icon: "/images/ecosystem/rai-finance.png",
name: "RAI Finance",
link: "https://app.rai.finance/#/aggregateSwap",
description:
"User can easily compare and swap multiple chains on top of the Taiko blockchain. A service that links multiple swaps and organizes multiple tokens.",
filters: [],
},
{
icon: "/images/ecosystem/soul-wallet.svg",
name: "Soul Wallet",
link: "https://soulwallet.io",
description:
"The next-generation smart contract wallet powered by ERC-4337. Simply set up in seconds without recovery phrase.",
filters: [],
},
{
icon: "/images/ecosystem/taiko.svg",
name: "Swap",
Expand All @@ -129,6 +145,22 @@ const ecosystemData: EcosystemData[] = [
"A user friendly, easy to read, and visually pleasing dashboard for those running a Node/Proposer/Prover.",
filters: [],
},
{
icon: "/images/ecosystem/thirdweb.png",
name: "thirdweb",
link: "https://thirdweb.com",
description:
"thirdweb is a complete web3 development framework that provides everything you need to connect your apps and games to decentralized networks.",
filters: [],
},
{
icon: "/images/ecosystem/zkdelx.jpg",
name: "zkDELX",
link: "https://zkdelx-front-1.vercel.app",
description:
"zkDELX is a decentralized electricity exchange market based on zkEVM to facilitate the electrical vehicles and renewable energy industries.",
filters: [],
},
{
icon: "/images/ecosystem/zkpool.png",
name: "ZKPool",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions packages/website/public/images/ecosystem/soul-wallet.svg
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 25 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2821963

Please sign in to comment.