@@ -46,18 +46,24 @@ const navigationOptions: NavigationOption[] = [
46
46
} ,
47
47
{
48
48
id : 'delegation-toolkit-1' ,
49
+ title : 'I want to create a smart account' ,
50
+ description : 'Delegation Toolkit' ,
51
+ link : '/delegation-toolkit/development/get-started/smart-account-quickstart' ,
52
+ } ,
53
+ {
54
+ id : 'delegation-toolkit-2' ,
49
55
title : 'I want to send gasless transactions' ,
50
56
description : 'Delegation Toolkit' ,
51
57
link : '/delegation-toolkit/development/guides/smart-accounts/send-gasless-transaction' ,
52
58
} ,
53
59
{
54
- id : 'delegation-toolkit-2 ' ,
60
+ id : 'delegation-toolkit-3 ' ,
55
61
title : 'I want to perform executions on behalf of users' ,
56
62
description : 'Delegation Toolkit' ,
57
63
link : '/delegation-toolkit/development/guides/delegation/execute-on-smart-accounts-behalf' ,
58
64
} ,
59
65
{
60
- id : 'delegation-toolkit-3 ' ,
66
+ id : 'delegation-toolkit-4 ' ,
61
67
title : 'I want to convert EOAs to smart accounts' ,
62
68
description : 'Delegation Toolkit' ,
63
69
link : '/delegation-toolkit/development/get-started/smart-account-quickstart/eip7702' ,
0 commit comments