File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
import { StaticImageData } from "next/image"
2
2
3
- import CommunityHeroImage from "@/public/images/heroes/community-hero.png"
4
3
import DevelopersHubHeroImage from "@/public/images/heroes/developers-hub-hero.jpg"
5
4
import GuidesHubHeroImage from "@/public/images/heroes/guides-hub-hero.jpg"
6
5
import Layer2HubHeroImage from "@/public/images/heroes/layer-2-hub-hero.jpg"
7
6
import QuizzesHubHeroImage from "@/public/images/heroes/quizzes-hub-hero.png"
7
+ import FusakaImage from "@/public/images/roadmap/roadmap-fusaka.png"
8
8
import PectraImage from "@/public/images/roadmap/roadmap-pectra.png"
9
-
10
9
interface Release {
11
10
image : StaticImageData
12
11
releaseName : string
@@ -143,9 +142,9 @@ export const releasesData: Release[] = [
143
142
href : "/roadmap/pectra" ,
144
143
} ,
145
144
{
146
- image : CommunityHeroImage ,
145
+ image : FusakaImage ,
147
146
releaseName : "Fusaka" ,
148
- releaseDate : "2026 " ,
147
+ releaseDate : "2025 " ,
149
148
content : (
150
149
< div >
151
150
< p className = "font-bold" >
@@ -160,10 +159,8 @@ export const releasesData: Release[] = [
160
159
</ ul >
161
160
< p className = "font-bold" > Potential Additional Features</ p >
162
161
< 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 >
167
164
< li >
168
165
Further improvements to validator efficiency and network performance
169
166
</ li >
You can’t perform that action at this time.
0 commit comments