Skip to content

Commit

Permalink
chore: switch pop network configuration to paseo with hrmp channels
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Aug 7, 2024
1 parent c1641bf commit 1d0950f
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions tests/networks/pop.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pop up parachain -f ./tests/networks/pop.toml

[relaychain]
chain = "rococo-local"
chain = "paseo-local"

[[relaychain.nodes]]
name = "alice"
Expand All @@ -13,7 +13,7 @@ validator = true

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

[[parachains.collators]]
name = "asset-hub"
Expand All @@ -24,4 +24,16 @@ default_command = "pop-node"

[[parachains.collators]]
name = "pop"
args = ["-lruntime::contracts=debug"]
args = ["-lruntime::contracts=debug"]

[[hrmp_channels]]
sender = 1000
recipient = 4385
max_capacity = 8
max_message_size = 5000

[[hrmp_channels]]
sender = 4385
recipient = 1000
max_capacity = 8
max_message_size = 8000

0 comments on commit 1d0950f

Please sign in to comment.