Commit 3915cb3 1 parent 215068d commit 3915cb3 Copy full SHA for 3915cb3
File tree 2 files changed +13
-13
lines changed
examples/gno.land/r/demo/teritori/dao_realm
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 9
9
proposal_single "gno.land/p/demo/teritori/dao_proposal_single"
10
10
"gno.land/p/demo/teritori/dao_utils"
11
11
voting_group "gno.land/p/demo/teritori/dao_voting_group"
12
- registry "gno.land/r/demo/teritori/dao_registry"
12
+ // registry "gno.land/r/demo/teritori/dao_registry"
13
13
"gno.land/r/demo/teritori/groups"
14
14
modboards "gno.land/r/demo/teritori/modboards"
15
15
"gno.land/r/demo/teritori/tori"
@@ -76,7 +76,7 @@ func init() {
76
76
77
77
daoCore = dao_core.NewDAOCore(votingModuleFactory, proposalModulesFactories, messageHandlersFactories)
78
78
79
- registry.Register("DAO Realm", "Default testing DAO", "https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=1080&fit=max")
79
+ // registry.Register("DAO Realm", "Default testing DAO", "https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=1080&fit=max")
80
80
}
81
81
82
82
func Render(path string) string {
Original file line number Diff line number Diff line change 1
1
module gno.land/r/demo/teritori/dao_realm
2
2
3
3
require (
4
- " gno.land/p/demo/teritori/dao_core" v0.0.0-latest
5
- " gno.land/p/demo/teritori/dao_interfaces" v0.0.0-latest
6
- " gno.land/p/demo/teritori/dao_proposal_single" v0.0.0-latest
7
- " gno.land/p/demo/teritori/dao_voting_group" v0.0.0-latest
8
- " gno.land/r /demo/teritori/groups" v0.0.0-latest
9
- " gno.land/r /demo/teritori/modboards" v0.0.0-latest
10
- " gno.land/r/demo/teritori/tori" v0.0.0-latest
11
- " gno.land/p /demo/teritori/ujson" v0.0.0-latest
12
- " gno.land/r/demo/teritori/dao_registry" v0.0.0-latest
13
- " gno.land/p /demo/teritori/dao_utils" v0.0.0-latest
14
- )
4
+ gno.land/p/demo/teritori/dao_core v0.0.0-latest
5
+ gno.land/p/demo/teritori/dao_interfaces v0.0.0-latest
6
+ gno.land/p/demo/teritori/dao_proposal_single v0.0.0-latest
7
+ gno.land/p/demo/teritori/dao_utils v0.0.0-latest
8
+ gno.land/p /demo/teritori/dao_voting_group v0.0.0-latest
9
+ gno.land/p /demo/teritori/ujson v0.0.0-latest
10
+ gno.land/r/demo/teritori/groups v0.0.0-latest
11
+ gno.land/r /demo/teritori/modboards v0.0.0-latest
12
+ gno.land/r/demo/teritori/tori v0.0.0-latest
13
+ gno.land/r /demo/users v0.0.0-latest
14
+ )
You can’t perform that action at this time.
0 commit comments