11# Relaychain Configuration
22relaychain :
3- image : parity/polkadot:v0.9.13 # the docker image to use
3+ image : parity/polkadot:v0.9.16 # the docker image to use
44 chain : rococo-local # the chain to use
55 runtimeGenesisConfig : # additonal genesis override
66 configuration :
77 config :
8- validation_upgrade_frequency : 1
9- validation_upgrade_delay : 1
8+ validation_upgrade_cooldown : 10
9+ validation_upgrade_delay : 10
1010 env : # environment variables for all relaychain nodes
1111 RUST_LOG : parachain::candidate-backing=trace
1212 flags : # additional CLI flags for all relaychain nodes
1313 - --rpc-methods=unsafe
14- - --no-beefy
1514 nodes : # nodes config
1615 - name : alice # the node name and session key, this imply `--alice`
1716 wsPort : 9944 # default ws port number is `9944 + global_node_index`
@@ -27,7 +26,7 @@ relaychain:
2726# Parachain Configuration
2827parachains :
2928# Config for first parachain
30- - image : acala/karura-node:2.1 .1
29+ - image : acala/karura-node:2.3 .1
3130 chain : # this could be a string like `dev` or a config object
3231 base : karura-dev # the chain to use
3332 collators : # override collators
@@ -50,7 +49,6 @@ parachains:
5049 - --execution=wasm
5150 relaychainFlags : # CLI flags for the relaychain port
5251 - --execution=wasm
53- - --no-beefy
5452 env : # environment variables for this parachain nodes
5553 RUST_LOG : sc_basic_authorship=trace
5654 volumePath : /acala/data # The path to mount volume and base path, default to /data
0 commit comments