ваше сообщение коммита

This commit is contained in:
2025-09-24 13:05:20 +03:00
parent de0f8aecf2
commit 76cde4b53d
45 changed files with 2167 additions and 2854 deletions

View File

@@ -212,6 +212,11 @@ const routes = [
name: 'management-dle-management',
component: () => import('../views/smartcontracts/DleManagementView.vue')
},
{
path: '/management/dle-blocks',
name: 'management-dle-blocks',
component: () => import('../views/smartcontracts/DleBlocksManagementView.vue')
},
{
path: '/management/proposals',
name: 'management-proposals',
@@ -277,6 +282,11 @@ const routes = [
name: 'module-deploy-custom',
component: () => import('../views/smartcontracts/modules/ModuleDeployFormView.vue')
},
{
path: '/management/modules/deploy/inheritance',
name: 'module-deploy-inheritance',
component: () => import('../views/smartcontracts/modules/InheritanceModuleDeploy.vue')
},
// {
// path: '/management/multisig',
// name: 'management-multisig',