-
Notifications
You must be signed in to change notification settings - Fork 2
/
channels.json
37 lines (37 loc) · 1.31 KB
/
channels.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"general": {
"title": "general",
"avatar": "",
"description": "This is an uncensored feed of general Dither messages.",
"whitelist": []
},
"cosmos": {
"title": "cosmos",
"avatar": "",
"description": "Cosmos is a network of blockchains that interoperate to create the foundation for a new token economy. Dither is built on Cosmos. https://cosmos.network",
"whitelist": []
},
"virgo": {
"title": "virgo",
"avatar": "",
"description": "The Virgo vision is to provide the world with the best open collaboration technology. Dither is a project of Virgo. https://virgo.org",
"whitelist": []
},
"wikirona": {
"title": "wikirona",
"avatar": "wikirona.jpg",
"description": "A COVID-19 response repository built by the people, for the people. https://github.com/wikirona/wikirona",
"whitelist": [
"cosmos1lp73mdganczan8dfhkskhemwaty9vtjrv2frzq",
"cosmos1gh4trmptgtdudxvdcvyjuluyf8lk0xhur02p57",
"cosmos1utv5x494jd8g402sj55lx5qc05ryuzx7wwtysg",
"cosmos1gtm9uwx0xsjwwva2kk933y7tmfw5pcfvwmwujn"
]
},
"meta": {
"title": "meta",
"avatar": "",
"description": "Ran into a bug with Dither? Have comments or suggestion for future features? Please post here! Source code: https://github.com/virgo-project/dither",
"whitelist": []
}
}