Skip to content

Commit 66260e7

Browse files
Add ERC-7715 in the global quickstart
* update smart accounts quickstart * resolve review comment Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com> --------- Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
1 parent 6c218e7 commit 66260e7

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

src/pages/quickstart/NavigationOverlay/NavigationFlow.tsx

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,31 @@ const navigationOptions: NavigationOption[] = [
4848
id: 'delegation-toolkit-1',
4949
title: 'I want to create a smart account',
5050
description: 'Delegation Toolkit',
51-
link: '/delegation-toolkit/development/get-started/smart-account-quickstart',
51+
link: '/delegation-toolkit/get-started/smart-account-quickstart/',
52+
},
53+
{
54+
id: 'delegation-toolkit-4',
55+
title: 'I want to perform executions on behalf of smart accounts',
56+
description: 'Delegation Toolkit',
57+
link: '/delegation-toolkit/guides/delegation/execute-on-smart-accounts-behalf',
5258
},
5359
{
5460
id: 'delegation-toolkit-2',
55-
title: 'I want to send gasless transactions',
61+
title: 'I want to perform executions on behalf of MetaMask users',
5662
description: 'Delegation Toolkit',
57-
link: '/delegation-toolkit/development/guides/smart-accounts/send-gasless-transaction',
63+
link: '/delegation-toolkit/guides/erc7715/execute-on-metamask-users-behalf',
5864
},
5965
{
6066
id: 'delegation-toolkit-3',
61-
title: 'I want to perform executions on behalf of users',
67+
title: 'I want to send gasless transactions',
6268
description: 'Delegation Toolkit',
63-
link: '/delegation-toolkit/development/guides/delegation/execute-on-smart-accounts-behalf',
69+
link: '/delegation-toolkit/guides/smart-accounts/send-gasless-transaction',
6470
},
6571
{
66-
id: 'delegation-toolkit-4',
72+
id: 'delegation-toolkit-5',
6773
title: 'I want to convert EOAs to smart accounts',
6874
description: 'Delegation Toolkit',
69-
link: '/delegation-toolkit/development/get-started/smart-account-quickstart/eip7702',
75+
link: '/delegation-toolkit/get-started/smart-account-quickstart/eip7702',
7076
},
7177
]
7278

0 commit comments

Comments
 (0)