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 = {
111111 destination : "/transactions/webhooks" ,
112112 permanent : false ,
113113 } ,
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+ } ,
114129 ] ;
115130 } ,
116131 async rewrites ( ) {
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ const staticSidebarLinks: SidebarLink[] = [
2626 name : "Ecosystem Wallets" ,
2727 } ,
2828 {
29- href : "/wallets/account-abstraction/sponsor " ,
29+ href : "/wallets/account-abstraction/eip-4337 " ,
3030 name : "EIP-4337" ,
3131 } ,
3232 {
33- href : "/wallets/account-abstraction/7702" ,
33+ href : "/wallets/account-abstraction/eip- 7702" ,
3434 name : "EIP-7702" ,
3535 } ,
3636 {
37- href : "/wallets/account-abstraction/5792" ,
37+ href : "/wallets/account-abstraction/eip- 5792" ,
3838 name : "EIP-5792" ,
3939 } ,
4040 {
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments