Skip to content

Commit

Permalink
change(zombienet): update zombienet specs
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Jul 11, 2024
1 parent e3187fa commit 616ac66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zombienet/kreivo-paseo-local.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
timeout = 1000

[relaychain]
chain_spec_path = "./release/paseo-local-raw.json"
chain_spec_path = "./release/paseo-local.raw.json"
default_command = "./bin/polkadot"
default_args = ["-lparachain=debug,xcm=trace"]

[[relaychain.nodes]]
name = "alice"
Expand All @@ -30,6 +31,7 @@ default_command = "./bin/polkadot"
id = 2281
add_to_genesis = true
cumulus_based = true
onboard_as_parachain = true
chain = "local"

[[parachains.collators]]
Expand Down
1 change: 1 addition & 0 deletions zombienet/kreivo-rococo-local.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ default_command = "./bin/polkadot"
id = 2281
add_to_genesis = true
cumulus_based = true
onboard_as_parachain = true
chain = "local"

[[parachains.collators]]
Expand Down

0 comments on commit 616ac66

Please sign in to comment.