@@ -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