forked from cloudmex/sputnikdao-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoken_policy.json
More file actions
29 lines (29 loc) · 766 Bytes
/
token_policy.json
File metadata and controls
29 lines (29 loc) · 766 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
{
"roles": [
{
"name": "council",
"kind": {
"Member": "1"
},
"permissions": [
"*:*"
],
"vote_policy": {
"*": {
"weight_kind": "TokenWeight",
"quorum": "0",
"threshold": "400000000000000000000"
}
}
}
],
"default_vote_policy": {
"weight_kind": "TokenWeight",
"quorum": "0",
"threshold": "400000000000000000000"
},
"proposal_bond": "10000000000000000000000",
"proposal_period": "604800000000000",
"bounty_bond": "1000000000000000000000000",
"bounty_forgiveness_period": "86400000000000"
}