-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathnew_policy.json
More file actions
37 lines (37 loc) · 906 Bytes
/
new_policy.json
File metadata and controls
37 lines (37 loc) · 906 Bytes
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
{
"roles": [
{
"name": "all",
"kind": "Everyone",
"permissions": [
"*:AddProposal"
],
"vote_policy": {}
},
{
"name": "council",
"kind": {
"Member": "1"
},
"permissions": [
"*:*"
],
"vote_policy": {
"*": {
"weight_kind": "TokenWeight",
"quorum": "0",
"threshold": "1"
}
}
}
],
"default_vote_policy": {
"weight_kind": "TokenWeight",
"quorum": "0",
"threshold": "1"
},
"proposal_bond": "10000000000000000000000",
"proposal_period": "604800000000000",
"bounty_bond": "1000000000000000000000000",
"bounty_forgiveness_period": "86400000000000"
}