We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68cb09 commit 83b19c7Copy full SHA for 83b19c7
src/data/roadmap/releases.tsx
@@ -114,11 +114,11 @@ export const releasesData: Release[] = [
114
releaseDate: "2025-05-07",
115
content: (
116
<div>
117
- <p className="font-bold">EOA account code</p>
+ <p className="font-bold">Enhance EOA wallets with smart contract functionality</p>
118
<ul>
119
<li>
120
Users can set their address to be represented by a code of an
121
- existing smart contract
+ existing smart contract and gain benefits such as transaction batching, transaction fee sponsorship or better recovery mechanisms
122
</li>
123
</ul>
124
<p className="font-bold">Increase the max effective balance</p>
0 commit comments