forked from w3f/polkadot-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinject-dict.json
52 lines (52 loc) · 1.07 KB
/
inject-dict.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[
{
"tpl": "num_validators",
"default": 150,
"path": "query.staking.validatorCount"
},
{
"tpl": "treasury_proposal_total",
"default": 10,
"path": "query.treasury.proposalCount"
},
{
"tpl": "babe_epoch_duration",
"default": 500,
"path": "consts.babe.epochDuration"
},
{
"tpl": "dot_proxy_deposit_base",
"default": 0,
"computed": true
},
{
"tpl": "dot_proxy_deposit_factor",
"default": 0,
"computed": true
},
{
"tpl": "tip_deposit_amount",
"default": { "kusama": 0.166, "polkadot": 1 },
"path": "consts.treasury.tipReportDepositBase",
"filters": ["humanReadableToken"]
},
{
"tpl": "tip_finders_fee",
"default": { "kusama": 20, "polkadot": 20 },
"path": "consts.treasury.tipFindersFee"
},
{
"tpl": "spend_period",
"default": { "kusama": 6, "polkadot": 24 },
"path": "consts.treasury.spendPeriod",
"filters": ["blocksToDays"]
},
{
"tpl": "kusama_max_nominators",
"default": "128"
},
{
"tpl": "polkadot_max_nominators",
"default": "128"
}
]