-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconfig.json
More file actions
46 lines (46 loc) · 840 Bytes
/
config.json
File metadata and controls
46 lines (46 loc) · 840 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
38
39
40
41
42
43
44
45
46
{
"relaychain": {
"bin": "./bin/polkadot",
"chain": "rococo-local",
"nodes": [
{
"name": "alice",
"wsPort": 9944,
"port": 30444
},
{
"name": "bob",
"wsPort": 9955,
"port": 30555
},
{
"name": "charlie",
"wsPort": 9966,
"port": 30666
}
]
},
"parachains": [
{
"bin": "./bin/pint",
"chain": "dev-local",
"balance": "1000000000000000000000",
"nodes": [
{
"wsPort": 9988,
"port": 31200,
"name": "alice",
"flags": [
"--unsafe-ws-external",
"--force-authoring",
"--",
"--execution=wasm"
]
}
]
}
],
"simpleParachains": [],
"types": {},
"finalization": true
}