File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,14 @@ export const releasesData: Release[] = [
114
114
releaseDate : "2025-05-07" ,
115
115
content : (
116
116
< div >
117
- < p className = "font-bold" > Enhance EOA wallets with smart contract functionality</ p >
117
+ < p className = "font-bold" >
118
+ Enhance EOA wallets with smart contract functionality
119
+ </ p >
118
120
< ul >
119
121
< li >
120
122
Users can set their address to be represented by a code of an
121
- existing smart contract and gain benefits such as transaction batching, transaction fee sponsorship or better recovery mechanisms
123
+ existing smart contract and gain benefits such as transaction
124
+ batching, transaction fee sponsorship or better recovery mechanisms
122
125
</ li >
123
126
</ ul >
124
127
< p className = "font-bold" > Increase the max effective balance</ p >
@@ -167,7 +170,7 @@ export const releasesData: Release[] = [
167
170
</ ul >
168
171
</ div >
169
172
) ,
170
- href : "/roadmap/fusaka " ,
173
+ href : "https://eips.ethereum.org/EIPS/eip-7594 " ,
171
174
} ,
172
175
{
173
176
image : GuidesHubHeroImage ,
You can’t perform that action at this time.
0 commit comments