diff --git a/examples/gno.land/r/demo/teritori/dao_realm/dao_realm.gno b/examples/gno.land/r/demo/teritori/dao_realm/dao_realm.gno index ab307e4097e..43972b33eac 100644 --- a/examples/gno.land/r/demo/teritori/dao_realm/dao_realm.gno +++ b/examples/gno.land/r/demo/teritori/dao_realm/dao_realm.gno @@ -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" @@ -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 { diff --git a/examples/gno.land/r/demo/teritori/dao_realm/gno.mod b/examples/gno.land/r/demo/teritori/dao_realm/gno.mod index 33714d71cd7..4d7b8e6841b 100644 --- a/examples/gno.land/r/demo/teritori/dao_realm/gno.mod +++ b/examples/gno.land/r/demo/teritori/dao_realm/gno.mod @@ -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 -) \ No newline at end of file + 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 +)