forked from open-web3-stack/parachain-launch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkarura.yml
More file actions
44 lines (42 loc) · 1.08 KB
/
karura.yml
File metadata and controls
44 lines (42 loc) · 1.08 KB
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
relaychain:
image: parity/polkadot:v0.9.12
chain: rococo-local
runtimeGenesisConfig:
configuration:
config:
validation_upgrade_frequency: 1
validation_upgrade_delay: 1
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
- --no-beefy
nodes:
- name: alice
- name: bob
parachains:
- image: acala/karura-node:1.6.0
chain:
base: karura-dev
collators:
- alice
sudo: alice
id: 2000
parachain: true
flags:
- --rpc-methods=unsafe
- --force-authoring
- --wasm-execution=compiled
- --execution=wasm
relaychainFlags:
- --wasm-execution=compiled
- --execution=wasm
- --no-beefy
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:
- flags:
- --alice