Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: migrate rococo refs to paseo #447

Merged
merged 8 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update network toml rococo refs
  • Loading branch information
marshacb committed Oct 16, 2024
commit cc3ca854bed166de28d638967f2326e64efc314f
8 changes: 4 additions & 4 deletions zombienet/medium-network.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[relaychain]
default_command = "./zombienet/bin/polkadot"
default_args = [ "-lparachain=debug" ]
chain = "rococo-local"
chain = "paseo-local"

[[relaychain.nodes]]
name = "alice"
Expand All @@ -27,17 +27,17 @@ chain = "rococo-local"
[[parachains]]
id = 1000
addToGenesis = true
chain = "asset-hub-rococo-local"
chain = "asset-hub-paseo-local"
cumulus_based = true

[[parachains.collators]]
name = "asset-hub-rococo-collator01"
name = "asset-hub-paseo-collator01"
command = "./zombienet/bin/polkadot-parachain"
args = ["--log=xcm=trace,pallet-assets=trace"]
ws_port = 9910

[[parachains.collators]]
name = "asset-hub-rococo-collator02"
name = "asset-hub-paseo-collator02"
command = "./zombienet/bin/polkadot-parachain"
ws_port = 9911
args = ["--log=xcm=trace,pallet-assets=trace"]
Expand Down
8 changes: 4 additions & 4 deletions zombienet/small-network.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[relaychain]
default_command = "./bin/polkadot"
default_args = [ "-lparachain=debug" ]
chain = "rococo-local"
chain = "paseo-local"

[[relaychain.nodes]]
name = "alice"
Expand All @@ -27,17 +27,17 @@ chain = "rococo-local"
[[parachains]]
id = 1000
addToGenesis = true
chain = "asset-hub-rococo-local"
chain = "asset-hub-paseo-local"
cumulus_based = true

[[parachains.collators]]
name = "asset-hub-rococo-collator01"
name = "asset-hub-paseo-collator01"
command = "./bin/polkadot-parachain"
args = ["--log=xcm=trace,pallet-assets=trace"]
ws_port = 9910

[[parachains.collators]]
name = "asset-hub-rococo-collator02"
name = "asset-hub-paseo-collator02"
command = "./bin/polkadot-parachain"
ws_port = 9911
args = ["--log=xcm=trace,pallet-assets=trace"]