Skip to content

Commit 3915cb3

Browse files
committed
chore: clean dao_realm
Signed-off-by: Norman Meier <[email protected]>
1 parent 215068d commit 3915cb3

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

examples/gno.land/r/demo/teritori/dao_realm/dao_realm.gno

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
proposal_single "gno.land/p/demo/teritori/dao_proposal_single"
1010
"gno.land/p/demo/teritori/dao_utils"
1111
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"
1313
"gno.land/r/demo/teritori/groups"
1414
modboards "gno.land/r/demo/teritori/modboards"
1515
"gno.land/r/demo/teritori/tori"
@@ -76,7 +76,7 @@ func init() {
7676

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

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")
8080
}
8181

8282
func Render(path string) string {
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module gno.land/r/demo/teritori/dao_realm
22

33
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+
)

0 commit comments

Comments
 (0)