Skip to content

Commit

Permalink
test: add relay+asset hub network config files
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Aug 10, 2024
1 parent 1d0950f commit f60d438
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 2 deletions.
19 changes: 19 additions & 0 deletions tests/networks/kusama+asset-hub.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# pop up parachain -f ./tests/networks/kusama+asset-hub.toml

[relaychain]
chain = "kusama-local"

[[relaychain.nodes]]
name = "alice"
validator = true

[[relaychain.nodes]]
name = "bob"
validator = true

[[parachains]]
id = 1000
chain = "asset-hub-kusama-local"

[[parachains.collators]]
name = "asset-hub"
19 changes: 19 additions & 0 deletions tests/networks/paseo+asset-hub.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# pop up parachain -f ./tests/networks/paseo+asset-hub.toml

[relaychain]
chain = "paseo-local"

[[relaychain.nodes]]
name = "alice"
validator = true

[[relaychain.nodes]]
name = "bob"
validator = true

[[parachains]]
id = 1000
chain = "asset-hub-paseo-local"

[[parachains.collators]]
name = "asset-hub"
19 changes: 19 additions & 0 deletions tests/networks/polkadot+asset-hub.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# pop up parachain -f ./tests/networks/polkadot+asset-hub.toml

[relaychain]
chain = "polkadot-local"

[[relaychain.nodes]]
name = "alice"
validator = true

[[relaychain.nodes]]
name = "bob"
validator = true

[[parachains]]
id = 1000
chain = "asset-hub-polkadot-local"

[[parachains.collators]]
name = "asset-hub"
4 changes: 2 additions & 2 deletions tests/networks/pop.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ args = ["-lruntime::contracts=debug"]
[[hrmp_channels]]
sender = 1000
recipient = 4385
max_capacity = 8
max_capacity = 1000
max_message_size = 5000

[[hrmp_channels]]
sender = 4385
recipient = 1000
max_capacity = 8
max_capacity = 1000
max_message_size = 8000
19 changes: 19 additions & 0 deletions tests/networks/rococo+asset-hub.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# pop up parachain -f ./tests/networks/rococo+asset-hub.toml

[relaychain]
chain = "rococo-local"

[[relaychain.nodes]]
name = "alice"
validator = true

[[relaychain.nodes]]
name = "bob"
validator = true

[[parachains]]
id = 1000
chain = "asset-hub-rococo-local"

[[parachains.collators]]
name = "asset-hub"

0 comments on commit f60d438

Please sign in to comment.