Initial authz logic

This commit is contained in:
Serkan Reis
2024-01-15 14:55:16 +03:00
parent d8afd9f637
commit 680b2ac258
8 changed files with 521 additions and 97 deletions
+13
View File
@@ -158,3 +158,16 @@ export const royaltyRegistryLinkTabs: LinkTabProps[] = [
href: '/contracts/royaltyRegistry/execute',
},
]
export const authzLinkTabs: LinkTabProps[] = [
{
title: 'Grant',
description: `Grant authorizations to a given address`,
href: '/authz/grant',
},
{
title: 'Revoke',
description: `Revoke already granted authorizations`,
href: '/authz/revoke',
},
]