-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathchainspecs.json
97 lines (96 loc) · 2.76 KB
/
chainspecs.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"tiny": {
"num_validators": 6,
"num_cores": 2,
"slot_duration": 6,
"epoch_duration": 12,
"contest_duration": 10,
"tickets_per_validator": 3,
"max_tickets_per_extrinsic": 3,
"rotation_period": 4,
"max_authorization_pool_items": 8,
"max_authorization_queue_items": 80
},
"small": {
"num_validators": 24,
"num_cores": 8,
"slot_duration": 6,
"epoch_duration": 36,
"contest_duration": 30,
"tickets_per_validator": 2,
"max_tickets_per_extrinsic": 3,
"rotation_period": 4,
"max_authorization_pool_items": 8,
"max_authorization_queue_items": 80
},
"medium": {
"num_validators": 48,
"num_cores": 16,
"slot_duration": 6,
"epoch_duration": 60,
"contest_duration": 50,
"tickets_per_validator": 2,
"max_tickets_per_extrinsic": 3,
"rotation_period": 4,
"max_authorization_pool_items": 8,
"max_authorization_queue_items": 80
},
"large": {
"num_validators": 96,
"num_cores": 32,
"slot_duration": 6,
"epoch_duration": 120,
"contest_duration": 100,
"tickets_per_validator": 2,
"max_tickets_per_extrinsic": 3,
"rotation_period": 4,
"max_authorization_pool_items": 8,
"max_authorization_queue_items": 80
},
"xlarge": {
"num_validators": 192,
"num_cores": 64,
"slot_duration": 6,
"epoch_duration": 240,
"contest_duration": 200,
"tickets_per_validator": 2,
"rotation_period": 10,
"max_authorization_pool_items": 8,
"max_authorization_queue_items": 80
},
"2xlarge": {
"num_validators": 384,
"num_cores": 128,
"slot_duration": 6,
"epoch_duration": 300,
"contest_duration": 250,
"tickets_per_validator": 2,
"max_tickets_per_extrinsic": 16,
"rotation_period": 10,
"max_authorization_pool_items": 8,
"max_authorization_queue_items": 80
},
"3xlarge": {
"num_validators": 576,
"num_cores": 192,
"slot_duration": 6,
"epoch_duration": 600,
"contest_duration": 500,
"tickets_per_validator": 2,
"max_tickets_per_extrinsic": 16,
"rotation_period": 10,
"max_authorization_pool_items": 8,
"max_authorization_queue_items": 80
},
"full": {
"num_validators": 1023,
"num_cores": 341,
"slot_duration": 6,
"epoch_duration": 600,
"contest_duration": 500,
"tickets_per_validator": 2,
"rotation_period": 10,
"max_authorization_pool_items": 8,
"max_authorization_queue_items": 80
}
}