File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @snapshot-labs/snapshot.js" ,
3
- "version" : " 0.12.33 " ,
3
+ "version" : " 0.12.34 " ,
4
4
"repository" : " snapshot-labs/snapshot.js" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/snapshot.cjs.js" ,
Original file line number Diff line number Diff line change 107
107
"maxLength" : 64 ,
108
108
"format" : " domain"
109
109
},
110
+ "discussions" : {
111
+ "type" : " string" ,
112
+ "format" : " uri" ,
113
+ "title" : " Discussions link" ,
114
+ "maxLength" : 256
115
+ },
116
+ "discourseCategory" : {
117
+ "type" : " integer" ,
118
+ "minimum" : 1 ,
119
+ "title" : " Discourse category"
120
+ },
110
121
"strategies" : {
111
122
"type" : " array" ,
112
123
"minItems" : 1 ,
Original file line number Diff line number Diff line change 16
16
"network" : " 1" ,
17
17
"plugins" : {},
18
18
"twitter" : " lootproject" ,
19
+ "discussions" : " https://discuss.ens.domains/" ,
20
+ "discourseCategory" : 28 ,
19
21
"domain" : " vote.lootproject.abc" ,
20
22
"strategies" : [
21
23
{
You can’t perform that action at this time.
0 commit comments