-
Notifications
You must be signed in to change notification settings - Fork 1
/
paraspell-network-config.yml
118 lines (116 loc) · 3.13 KB
/
paraspell-network-config.yml
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
relaychain:
image: parity/polkadot:v0.9.31
chain: rococo-local
runtimeGenesisConfig:
configuration:
config:
validation_upgrade_cooldown: 10
validation_upgrade_delay: 10
hrmp:
preopenHrmpChannels:
- sender: 2000
recipient: 2001
maxCapacity: 8
maxMessageSize: 102400
- sender: 2001
recipient: 2000
maxCapacity: 8
maxMessageSize: 102400
- sender: 2000
recipient: 2102
maxCapacity: 8
maxMessageSize: 102400
- sender: 2102
recipient: 2000
maxCapacity: 8
maxMessageSize: 102400
- sender: 2001
recipient: 2102
maxCapacity: 8
maxMessageSize: 102400
- sender: 2102
recipient: 2001
maxCapacity: 8
maxMessageSize: 102400
env:
RUST_LOG: parachain::candidate-backing=trace,parachain::candidate-selection=trace,parachain::pvf=trace,parachain::collator-protocol=trace,parachain::provisioner=trace
flags:
- --rpc-methods=unsafe
- --wasm-execution=compiled
- --execution=wasm
nodes:
- name: alice
- name: bob
- name: charlie
parachains:
- image: acala/karura-node:2.11.0
chain:
base: karura-local
collators:
- alice
- bob
- charlie
sudo: alice
id: 2000
parachain: true
flags:
- --rpc-methods=unsafe
- --force-authoring
- --wasm-execution=compiled
- --execution=wasm
relaychainFlags:
- --wasm-execution=compiled
- --execution=wasm
env:
RUST_LOG: sc_basic_authorship=trace,cumulus-consensus=trace,cumulus-collator=trace,collator_protocol=trace,collation_generation=trace,aura=debug
volumePath: /acala/data
nodes:
- wsPort: 9999
- flags:
- --alice
- image: bifrostnetwork/bifrost:bifrost-v0.9.70
chain:
base: bifrost-local
sudo: alice
id: 2001
parachain: true
flags:
- --rpc-methods=unsafe
- --force-authoring
- --wasm-execution=compiled
- --execution=wasm
relaychainFlags:
- --wasm-execution=compiled
- --execution=wasm
env:
RUST_LOG: sc_basic_authorship=trace,cumulus-consensus=trace,cumulus-collator=trace,collator_protocol=trace,collation_generation=trace,aura=debug
volumePath: /data
nodes:
- wsPort: 9995
- flags:
- --bob
- image: kylinnetworks/kylin-collator:ro-v0.9.30
chain: # this could be a string like `dev` or a config object
base: pichiu-local # the chain to use
sudo: alice
id: 2102
parachain: true
flags:
- --rpc-methods=unsafe
- --force-authoring
- --wasm-execution=compiled
- --execution=wasm
relaychainFlags:
- --wasm-execution=compiled
- --execution=wasm
env:
RUST_LOG: sc_basic_authorship=trace,cumulus-consensus=trace,cumulus-collator=trace,collator_protocol=trace,collation_generation=trace,aura=debug
volumePath: /data
nodes:
- wsPort: 9991
rpcPort: 8833
port: 40336
- flags:
- --alice
- flags:
- --bob