Skip to content

Commit

Permalink
chore: update zombienet config
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwht committed Mar 4, 2024
1 parent 37169d4 commit 275f487
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions networks/rococo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_spawn_timeout = 300

[relaychain]
chain = "rococo-local"
default_command = "./bin/polkadot"
default_command = "./cache/polkadot-v1.7.1"

[[relaychain.nodes]]
name = "alice"
Expand All @@ -19,4 +19,7 @@ id = 909
default_command = "./target/release/pop-node"

[[parachains.collators]]
name = "pop"
name = "pop"
command = "./target/release/pop-node"
port = 9944
args = ["-lruntime::contracts=debug", "-lpopapi::extension=debug"]

0 comments on commit 275f487

Please sign in to comment.