-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.json
37 lines (37 loc) · 867 Bytes
/
custom.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
{
"name": "dev",
"id": "637w",
"chainType": "Live",
"bootNodes": [],
"telemetryEndpoints": null,
"protocolId": "ctn",
"properties": null,
"ss58Format": 42,
"tokenDecimals": 12,
"tokenSymbol": "CTN",
"accounts": {
"balances": [
["5F3sa2TJAWMqDhXG6jhV4N8ko9kVWy9T1ZGseFAqGizmCMN8", 1000000000000],
["5FLSigC9H8AvnA92h8nHKUSmVt7zFJ3qa8yigUrBPh7S3sw6", 1000000000000]
]
},
"genesis": {
"runtime": {
"babe": {
"authorities": []
},
"grandpa": {
"authorities": []
},
"imOnline": {
"keys": []
},
"session": {
"keys": []
},
"staking": {
"validatorCount": 7
}
}
}
}