-
Notifications
You must be signed in to change notification settings - Fork 73
/
mangata.toml
51 lines (42 loc) · 916 Bytes
/
mangata.toml
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
[settings]
provider = "native"
timeout = 1000
[relaychain]
default_command = "../polkadot/target/release/polkadot"
chain = "rococo-local"
[[relaychain.nodes]]
name = "alice"
ws_port = 60613
rpc_port = 8850
[[relaychain.nodes]]
name = "bob"
ws_port = 60614
rpc_port = 8851
[[parachains]]
id = 2114
cumulus_based = true
chain = "turing-dev"
[parachains.collator]
name = "turing-col-1"
command = "./target/release/oak-collator"
ws_port = 9946
rpc_port = 8855
[[parachains]]
id = 2110
cumulus_based = true
chain = "rococo-local"
[parachains.collator]
name = "mangata-col-1"
command = "../mangata-node/target/release/mangata-node"
ws_port = 9947
rpc_port = 8866
[[hrmp_channels]]
sender = 2114
recipient = 2110
max_capacity = 8
max_message_size = 512
[[hrmp_channels]]
sender = 2110
recipient = 2114
max_capacity = 8
max_message_size = 512