File tree Expand file tree Collapse file tree 5 files changed +18
-3
lines changed
wallets/account-abstraction Expand file tree Collapse file tree 5 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,21 @@ const nextConfig = {
111
111
destination : "/transactions/webhooks" ,
112
112
permanent : false ,
113
113
} ,
114
+ {
115
+ source : "/wallets/account-abstraction/sponsor" ,
116
+ destination : "/wallets/account-abstraction/eip-4337" ,
117
+ permanent : false ,
118
+ } ,
119
+ {
120
+ source : "/wallets/account-abstraction/7702" ,
121
+ destination : "/wallets/account-abstraction/eip-7702" ,
122
+ permanent : false ,
123
+ } ,
124
+ {
125
+ source : "/wallets/account-abstraction/5792" ,
126
+ destination : "/wallets/account-abstraction/eip-5792" ,
127
+ permanent : false ,
128
+ } ,
114
129
] ;
115
130
} ,
116
131
async rewrites ( ) {
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ const staticSidebarLinks: SidebarLink[] = [
26
26
name : "Ecosystem Wallets" ,
27
27
} ,
28
28
{
29
- href : "/wallets/account-abstraction/sponsor " ,
29
+ href : "/wallets/account-abstraction/eip-4337 " ,
30
30
name : "EIP-4337" ,
31
31
} ,
32
32
{
33
- href : "/wallets/account-abstraction/7702" ,
33
+ href : "/wallets/account-abstraction/eip- 7702" ,
34
34
name : "EIP-7702" ,
35
35
} ,
36
36
{
37
- href : "/wallets/account-abstraction/5792" ,
37
+ href : "/wallets/account-abstraction/eip- 5792" ,
38
38
name : "EIP-5792" ,
39
39
} ,
40
40
{
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments