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 472e737 commit 9e56d05Copy full SHA for 9e56d05
apps/portal/src/app/dotnet/sidebar.tsx
@@ -104,6 +104,10 @@ const walletActions: SidebarLink = (() => {
104
href: `${parentSlug}/generateexternalloginlink`,
105
name: "GenerateExternalLoginLink",
106
},
107
+ {
108
+ href: `${parentSlug}/createsessionkey7702`,
109
+ name: "CreateSessionKey (EIP-7702)",
110
+ },
111
],
112
name: "InAppWallet & EcosystemWallet",
113
@@ -116,7 +120,7 @@ const walletActions: SidebarLink = (() => {
116
120
117
121
{
118
122
href: `${parentSlug}/createsessionkey`,
119
- name: "CreateSessionKey",
123
+ name: "CreateSessionKey (EIP-4337)",
124
125
126
href: `${parentSlug}/addadmin`,
0 commit comments