forked from pontem-network/pontem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
launch-config.json
59 lines (59 loc) · 949 Bytes
/
launch-config.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
{
"relaychain": {
"bin": "../polkadot/target/release/polkadot",
"chain": "rococo-local",
"nodes": [
{
"name": "alice",
"wsPort": 9944,
"port": 30444
},
{
"name": "bob",
"wsPort": 9955,
"port": 30555
},
{
"name": "charlie",
"wsPort": 9966,
"port": 30666
},
{
"name": "dave",
"wsPort": 9977,
"port": 30777
}
],
"genesis": {
"runtime": {
"runtime_genesis_config": {
"configuration": {
"config": {
"validation_upgrade_frequency": 1,
"validation_upgrade_delay": 15
}
}
}
}
}
},
"parachains": [
{
"bin": "./target/release/pontem",
"chain": "local",
"nodes": [
{
"wsPort": 9946,
"port": 40335,
"flags": ["--keystore-path=~/.pontem/keystore-1", "--alice", "--", "--execution=wasm"]
}
]
}
],
"simpleParachains": [
],
"hrmpChannels": [
],
"types": {},
"finalization": false
}