Skip to content

Commit

Permalink
chore(website): update blogs, update ecosystem (taikoxyz#14152)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Jul 13, 2023
1 parent f581c7b commit 40ec18c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 16 deletions.
30 changes: 15 additions & 15 deletions packages/website/components/BlogSection.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
const posts = [
{
title: "Cross-chain communication exploration – rollups’ vision",
href: "https://taiko.mirror.xyz/ryYEi4gAeOWwyERqYTs7CPbNEOYXaEeiMEui6gdlnyg",
description:
"TLDR: This article explores the approaches of different L2s to cross-chain messaging from rollups’ perspective, focusing more on trustless cross-chain communication.",
date: "Jul 12, 2023",
datetime: "2023-07-12",
imageUrl:
"https://mirror-media.imgix.net/publication-images/HQGT0nBEq8AzLQxQFqqpI.png?height=512&width=1024&h=512&w=1024&auto=compress",
readingTime: "14 min",
author: {
name: "Lisa A.",
imageUrl: "https://avatars.githubusercontent.com/u/106527861?v=4",
},
},
{
title: "Alpha-3 testnet update: stats & future plans",
href: "https://taiko.mirror.xyz/LBukIvc5nRfNdbzk3_bDZNkBRSmavFp_D90IkBYCuFk",
Expand Down Expand Up @@ -29,21 +44,6 @@ const posts = [
imageUrl: "https://avatars.githubusercontent.com/u/106527861?v=4",
},
},
{
title: "ZK-Roller-Coaster #7",
href: "https://taiko.mirror.xyz/6WL5I2lbpYxOjhU82eUOyUvYa0yF2_rekI0f7cBrGxw",
description:
"This is the 7th edition of ZK-Roller-Coaster where we track and investigate the most exciting, meaningful, and crazy ZK-stuff of the prior two weeks.",
date: "Jun 20, 2023",
datetime: "2023-06-20",
imageUrl:
"https://mirror-media.imgix.net/publication-images/HRLmI4Vmn9A637fxJm8cq.png?height=426&width=851&h=426&w=851&auto=compress",
readingTime: "4 min",
author: {
name: "Lisa A.",
imageUrl: "https://avatars.githubusercontent.com/u/106527861?v=4",
},
},
];

export default function BlogSection() {
Expand Down
10 changes: 9 additions & 1 deletion packages/website/components/EcosystemSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ const ecosystemData: EcosystemData[] = [
"Help to understand crypto projects by providing the necessary tools to increase your productivity and time.",
filters: [],
},
{
icon: "/images/ecosystem/foxwallet.png",
name: "FoxWallet",
link: "https://foxwallet.com",
description:
"FoxWallet is a safe and easy-to-use decentralized audited wallet, dedicated to creating an entrance and connection to the Web3 world.",
filters: [],
},
{
icon: "/images/ecosystem/kekkai.png",
name: "KEKKAI",
Expand Down Expand Up @@ -156,7 +164,7 @@ const ecosystemData: EcosystemData[] = [
{
icon: "/images/ecosystem/zkdelx.jpg",
name: "zkDELX",
link: "https://zkdelx-front-1.vercel.app",
link: "https://zkdelx-front.vercel.app",
description:
"zkDELX is a decentralized electricity exchange market based on zkEVM to facilitate the electrical vehicles and renewable energy industries.",
filters: [],
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 40ec18c

Please sign in to comment.