-
Notifications
You must be signed in to change notification settings - Fork 35
/
config.yml
41 lines (41 loc) · 1004 Bytes
/
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
relaychain:
image: parallelfinance/polkadot:v0.9.42
chain: polkadot-local
env:
RUST_LOG: xcm=trace
flags:
- --rpc-methods=unsafe
- --wasm-execution=compiled
- --execution=wasm
- --state-cache-size=0
nodes:
- name: alice
- name: bob
- name: charlie
- name: dave
parachains:
- image: parallelfinance/parallel:latest
chain:
base: kerria-dev
collators:
- alice
sudo: dave
id: 2012
parachain: true
flags:
- --rpc-methods=unsafe
- --unsafe-rpc-external
- --force-authoring
- --wasm-execution=compiled
- --execution=wasm
- --pruning=archive
- --state-cache-size=0
relaychainFlags:
- --wasm-execution=compiled
- --execution=wasm
- --state-cache-size=0
env:
RUST_LOG: eth=trace,xcm=trace,loans=trace,liquidStaking=trace,crowdloans=trace,amm=trace,stableswap=trace,router=trace,bridge=trace,prices=trace
nodes:
- flags:
- --alice