From 5863cd982bde24520039f034a7a4837d451b76cb Mon Sep 17 00:00:00 2001 From: MikaelVallenet Date: Sat, 15 Feb 2025 17:31:34 +0100 Subject: [PATCH] fix: use roles --- gno/r/govdao/govdao.gno | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gno/r/govdao/govdao.gno b/gno/r/govdao/govdao.gno index 6b28e7586..ac1a432c4 100644 --- a/gno/r/govdao/govdao.gno +++ b/gno/r/govdao/govdao.gno @@ -16,7 +16,7 @@ const ( var dao *basedao.DAO func init() { - initialRoles := []string{"T1", "T2", "T3"} + initialRoles := []string{Tier1, Tier2, Tier3} // ⚠️ No T3 member should be initially added to the DAO since we want to add them only with invitations (see invitations.gno) initialMembers := []basedao.Member{