Skip to content

Commit

Permalink
cmt
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Jan 17, 2025
1 parent 47ce6cf commit 73d698d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/gno.land/r/sys/users/admin.gno
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ import (
)

const (
adminAddr = "g1u7y667z64x2h7vc6fmpcprgey4ck233jaww9zq" // @moul
adminAddr = "g1u7y667z64x2h7vc6fmpcprgey4ck233jaww9zq" // @moul > will be GovDAO managed soon, see PR#3523
gnolandUsers = "gno.land/r/gnoland/users/v1" // preregistered with store write perms
)

var (
callerWhitelist = addrset.Set{}

// Safe objects
Ownable = ownable.NewWithAddress(adminAddr) // will be switched out to govdao down the line, see PR#3523
Ownable = ownable.NewWithAddress(adminAddr)
Pausable = pausable.NewFromOwnable(Ownable)
)

Expand Down

0 comments on commit 73d698d

Please sign in to comment.