From a97ac1d8d304a48c57a900545b19256606ea5480 Mon Sep 17 00:00:00 2001 From: Andy Espagnolo Date: Tue, 7 Jan 2025 14:41:09 -0300 Subject: [PATCH] fix: hiring name validation --- src/clients/Transparency.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clients/Transparency.ts b/src/clients/Transparency.ts index e2c76bce0..a4eb435fd 100644 --- a/src/clients/Transparency.ts +++ b/src/clients/Transparency.ts @@ -26,6 +26,7 @@ export enum CommitteeName { DAOCommitee = 'DAO Committee', WearableCuration = 'Wearable Curation Committee', Revocation = 'Revocation Committee', + DAOCouncil = 'DAO Council', } export type Committee = {