Skip to content

Commit

Permalink
[zombienet] update bajun-runtime-upgrade.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jun 4, 2024
1 parent 6132b9c commit 7cfee3b
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 107 deletions.
101 changes: 0 additions & 101 deletions zombienet/bajun-rococo-localv400.json

This file was deleted.

101 changes: 101 additions & 0 deletions zombienet/bajun-rococo-localv401.json

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions zombienet/rococo-local-with-bajun-runtime-upgrade.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,33 +39,32 @@ cumulus_based = true
# I use this to test the runtime upgrade. Run the new collators
# but use the old chain spec that has been generated with a node
# based on the current production runtime.
# Currently: v400.
chain_spec_path = "zombienet/bajun-rococo-localv400.json"
chain_spec_path = "zombienet/bajun-rococo-localv401.json"

[parachains.collator]
name = "bajun-collator"
# This should ideally be the old collator as this is used
# to build the modified chain-spec.
command = "~/bin/bajun-node-v400"
command = "~/bin/bajun-node-v401"

[[parachains.collators]]
name = "bajun-collator-1"
validator = true
command = "~/bin/bajun-node-v401"
command = "~/bin/bajun-node-v500-rc2"
args = ["-lxcm=trace,runtime=debug"]
ws_port = 9954

[[parachains.collators]]
name = "bajun-collator-2"
validator = true
command = "~/bin/bajun-node-v401"
command = "~/bin/bajun-node-v500-rc2"
args = ["-lxcm=trace,runtime=debug"]
ws_port = 9955


[[parachains.collators]]
name = "bajun-collator-3"
validator = true
command = "~/bin/bajun-node-v401"
command = "~/bin/bajun-node-v500-rc2"
args = ["-lxcm=trace,runtime=debug"]
ws_port = 9956

0 comments on commit 7cfee3b

Please sign in to comment.