Skip to content

Commit baf2bd6

Browse files
authored
Merge pull request #15482 from ethereum/fusaka-image
Fusaka image to the roadmap page
2 parents cce14aa + 7169725 commit baf2bd6

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed
661 KB
Loading
-1.66 MB
Loading

src/data/roadmap/releases.tsx

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import { StaticImageData } from "next/image"
22

3-
import CommunityHeroImage from "@/public/images/heroes/community-hero.png"
43
import DevelopersHubHeroImage from "@/public/images/heroes/developers-hub-hero.jpg"
54
import GuidesHubHeroImage from "@/public/images/heroes/guides-hub-hero.jpg"
65
import Layer2HubHeroImage from "@/public/images/heroes/layer-2-hub-hero.jpg"
76
import QuizzesHubHeroImage from "@/public/images/heroes/quizzes-hub-hero.png"
7+
import FusakaImage from "@/public/images/roadmap/roadmap-fusaka.png"
88
import PectraImage from "@/public/images/roadmap/roadmap-pectra.png"
9-
109
interface Release {
1110
image: StaticImageData
1211
releaseName: string
@@ -143,9 +142,9 @@ export const releasesData: Release[] = [
143142
href: "/roadmap/pectra",
144143
},
145144
{
146-
image: CommunityHeroImage,
145+
image: FusakaImage,
147146
releaseName: "Fusaka",
148-
releaseDate: "2026",
147+
releaseDate: "2025",
149148
content: (
150149
<div>
151150
<p className="font-bold">
@@ -160,10 +159,8 @@ export const releasesData: Release[] = [
160159
</ul>
161160
<p className="font-bold">Potential Additional Features</p>
162161
<ul>
163-
<li>
164-
EIP-7688: Enhanced smart contract access to network information
165-
</li>
166-
<li>Blob fee market improvementse</li>
162+
<li>Support for secure enclaves on mobile devices to improve UX</li>
163+
<li>Blob fee market improvements</li>
167164
<li>
168165
Further improvements to validator efficiency and network performance
169166
</li>

0 commit comments

Comments
 (0)