Skip to content

Commit

Permalink
chore: clean dao_realm
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <norman@samourai.coop>
  • Loading branch information
n0izn0iz committed Apr 10, 2024
1 parent 215068d commit 3915cb3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions examples/gno.land/r/demo/teritori/dao_realm/dao_realm.gno
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
proposal_single "gno.land/p/demo/teritori/dao_proposal_single"
"gno.land/p/demo/teritori/dao_utils"
voting_group "gno.land/p/demo/teritori/dao_voting_group"
registry "gno.land/r/demo/teritori/dao_registry"
// registry "gno.land/r/demo/teritori/dao_registry"
"gno.land/r/demo/teritori/groups"
modboards "gno.land/r/demo/teritori/modboards"
"gno.land/r/demo/teritori/tori"
Expand Down Expand Up @@ -76,7 +76,7 @@ func init() {

daoCore = dao_core.NewDAOCore(votingModuleFactory, proposalModulesFactories, messageHandlersFactories)

registry.Register("DAO Realm", "Default testing DAO", "https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=1080&fit=max")
// registry.Register("DAO Realm", "Default testing DAO", "https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=1080&fit=max")
}

func Render(path string) string {
Expand Down
22 changes: 11 additions & 11 deletions examples/gno.land/r/demo/teritori/dao_realm/gno.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module gno.land/r/demo/teritori/dao_realm

require (
"gno.land/p/demo/teritori/dao_core" v0.0.0-latest
"gno.land/p/demo/teritori/dao_interfaces" v0.0.0-latest
"gno.land/p/demo/teritori/dao_proposal_single" v0.0.0-latest
"gno.land/p/demo/teritori/dao_voting_group" v0.0.0-latest
"gno.land/r/demo/teritori/groups" v0.0.0-latest
"gno.land/r/demo/teritori/modboards" v0.0.0-latest
"gno.land/r/demo/teritori/tori" v0.0.0-latest
"gno.land/p/demo/teritori/ujson" v0.0.0-latest
"gno.land/r/demo/teritori/dao_registry" v0.0.0-latest
"gno.land/p/demo/teritori/dao_utils" v0.0.0-latest
)
gno.land/p/demo/teritori/dao_core v0.0.0-latest
gno.land/p/demo/teritori/dao_interfaces v0.0.0-latest
gno.land/p/demo/teritori/dao_proposal_single v0.0.0-latest
gno.land/p/demo/teritori/dao_utils v0.0.0-latest
gno.land/p/demo/teritori/dao_voting_group v0.0.0-latest
gno.land/p/demo/teritori/ujson v0.0.0-latest
gno.land/r/demo/teritori/groups v0.0.0-latest
gno.land/r/demo/teritori/modboards v0.0.0-latest
gno.land/r/demo/teritori/tori v0.0.0-latest
gno.land/r/demo/users v0.0.0-latest
)

0 comments on commit 3915cb3

Please sign in to comment.