Skip to content

Commit

Permalink
fix: use roles
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelVallenet committed Feb 15, 2025
1 parent c17d5db commit 5863cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gno/r/govdao/govdao.gno
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 5863cd9

Please sign in to comment.