Skip to content

Commit

Permalink
allign config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszaaa committed Feb 8, 2024
1 parent 97c04fb commit fc948e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions devops/parachain-launch/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ relaychain:
validation_upgrade_cooldown: 10
validation_upgrade_delay: 10
env:
RUST_LOG: warn,substrate=info
RUST_LOG: warn
flags:
- --rpc-methods=unsafe
- --wasm-execution=compiled
Expand All @@ -17,7 +17,7 @@ relaychain:
- name: bob

parachains:
- image: mangatasolutions/mangata-node:dev
- image: mangatasolutions/mangata-node:matamask
chain:
base: mangata-rococo-local
collators:
Expand All @@ -37,7 +37,8 @@ parachains:
- --wasm-execution=compiled
- --execution=wasm
env:
RUST_LOG: info,block_builder=trace
# RUST_LOG: info,block_builder=trace,block_shuffler=trace,runtime::ver=trace,txpool=trace,rpc::nonce=trace
RUST_LOG: warn,metamask=trace
volumePath: /mangata/data
nodes:
- flags:
Expand Down

0 comments on commit fc948e4

Please sign in to comment.