-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdolphin.json
81 lines (81 loc) · 1.37 KB
/
dolphin.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
{
"relaychain": {
"bin": "polkadot",
"chain": "rococo-local",
"nodes": [
{
"name": "alice",
"wsPort": 9944,
"port": 30444,
"flags": [
"--unsafe-ws-external",
"--unsafe-rpc-external",
"--rpc-methods=safe",
"--rpc-cors=all"
]
},
{
"name": "bob",
"wsPort": 9955,
"port": 30555,
"flags": [
"--unsafe-ws-external",
"--unsafe-rpc-external",
"--rpc-methods=safe",
"--rpc-cors=all"
]
},
{
"name": "charlie",
"wsPort": 9966,
"port": 30666,
"flags": [
"--unsafe-ws-external",
"--unsafe-rpc-external",
"--rpc-methods=safe",
"--rpc-cors=all"
]
}
],
"genesis": {
"runtime": {
"runtime_genesis_config": {
"configuration": {
"config": {
"validation_upgrade_frequency": 10,
"validation_upgrade_delay": 10
}
}
}
}
}
},
"parachains": [
{
"bin": "manta",
"chain": "dolphin-dev",
"id": "2084",
"nodes": [
{
"wsPort": 9800,
"port": 31200,
"rpcPort": 9967,
"name": "alice",
"flags": [
"--unsafe-ws-external",
"--unsafe-rpc-external",
"--rpc-cors=all",
"--rpc-methods=safe",
"--",
"--execution=wasm",
"--rpc-methods=safe"
]
}
]
}
],
"hrmpChannels": [],
"simpleParachains": [],
"types": {},
"finalization": false
}