Skip to content

Commit 9e56d05

Browse files
committed
.NET 7702 documentation
1 parent 472e737 commit 9e56d05

File tree

2 files changed

+446
-1
lines changed

2 files changed

+446
-1
lines changed

apps/portal/src/app/dotnet/sidebar.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ const walletActions: SidebarLink = (() => {
104104
href: `${parentSlug}/generateexternalloginlink`,
105105
name: "GenerateExternalLoginLink",
106106
},
107+
{
108+
href: `${parentSlug}/createsessionkey7702`,
109+
name: "CreateSessionKey (EIP-7702)",
110+
},
107111
],
108112
name: "InAppWallet & EcosystemWallet",
109113
},
@@ -116,7 +120,7 @@ const walletActions: SidebarLink = (() => {
116120
},
117121
{
118122
href: `${parentSlug}/createsessionkey`,
119-
name: "CreateSessionKey",
123+
name: "CreateSessionKey (EIP-4337)",
120124
},
121125
{
122126
href: `${parentSlug}/addadmin`,

0 commit comments

Comments
 (0)