Skip to content

Commit

Permalink
feat(website): update blogs (#14201)
Browse files Browse the repository at this point in the history
  • Loading branch information
2manslkh committed Jul 18, 2023
1 parent 4c8a53b commit 3ae2597
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions packages/website/components/Home/BlogSection.tsx
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
const posts = [
{
title: "Cross-chain communication exploration – rollups’ vision",
href: "https://taiko.mirror.xyz/ryYEi4gAeOWwyERqYTs7CPbNEOYXaEeiMEui6gdlnyg",
title: "Eldfell L3 (alpha-4) is live!",
href: "https://taiko.mirror.xyz/HJCWBluTwmNyWRkhzIXXr0k5xAaalRNtmlyDMJTu_ws",
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",
"Taiko’s fourth testnet has arrived! Eldfell L3 (alpha-4) is our first experiment with inception layers and a new staking based proving design.",
date: "Jul 18, 2023",
datetime: "2023-07-18",
imageUrl:
"https://mirror-media.imgix.net/publication-images/HQGT0nBEq8AzLQxQFqqpI.png?height=512&width=1024&h=512&w=1024&auto=compress",
readingTime: "14 min",
"https://mirror-media.imgix.net/publication-images/ew9PQRsaJTLtGd8ShGiyR.jpeg?height=600&width=1200&h=600&w=1200&auto=compress",
readingTime: "3 min",
author: {
name: "Lisa A.",
imageUrl: "https://avatars.githubusercontent.com/u/106527861?v=4",
name: "d1onys1us",
imageUrl: "https://avatars.githubusercontent.com/u/13951458?v=4",
},
},
{
title: "Alpha-3 testnet update: stats & future plans",
href: "https://taiko.mirror.xyz/LBukIvc5nRfNdbzk3_bDZNkBRSmavFp_D90IkBYCuFk",
title: "Announcing our first community grant program",
href: "https://taiko.mirror.xyz/G7dmuoR42S4D55vT8bs_lAxPZP63kAgRu2IfqkJdf6U",
description:
"Alpha-3 has been drumming along for one month now! Let's take a look at what’s happened.",
date: "Jul 07, 2023",
datetime: "2023-07-07",
"We are excited to launch our first community grant program to discover & support builders to enhance our ecosystem with funds and dev resources.",
date: "Jul 14, 2023",
datetime: "2023-07-14",
imageUrl:
"https://mirror-media.imgix.net/publication-images/4vqDxKbexLf3eX3d4GtRB.jpeg?height=512&width=1024&h=512&w=1024&auto=compress",
readingTime: "2 min",
"https://mirror-media.imgix.net/publication-images/wmQORiddLvZqlHJi8ma1k.jpeg?height=960&width=1920&h=960&w=1920&auto=compress",
readingTime: "10 min",
author: {
name: "d1onys1us",
imageUrl: "https://avatars.githubusercontent.com/u/13951458?v=4",
},
},
{
title: "ZK-Roller-Coaster #8",
href: "https://taiko.mirror.xyz/tOUCZgLRV9bKH24bxhahISpdhkQmqVyM-ZX-wMWtqkI",
title: "Cross-chain communication exploration – rollups’ vision",
href: "https://taiko.mirror.xyz/ryYEi4gAeOWwyERqYTs7CPbNEOYXaEeiMEui6gdlnyg",
description:
"This is the 8th edition of ZK-Roller-Coaster where we track and investigate the most exciting, meaningful, and crazy ZK-stuff of the prior two weeks.",
date: "Jul 04, 2023",
datetime: "2023-07-04",
"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/3cfm8O9yVJ8aszk8bQ700.png?height=1536&width=3072&h=1536&w=3072&auto=compress",
readingTime: "4 min",
"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",
Expand Down

0 comments on commit 3ae2597

Please sign in to comment.