From 1d0950f71c01e10f694c9578ac3e8a9cf780ce69 Mon Sep 17 00:00:00 2001 From: Frank Bell Date: Wed, 7 Aug 2024 10:18:53 +0100 Subject: [PATCH] chore: switch pop network configuration to paseo with hrmp channels --- tests/networks/pop.toml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/tests/networks/pop.toml b/tests/networks/pop.toml index 8dd1b563..2ca87a26 100644 --- a/tests/networks/pop.toml +++ b/tests/networks/pop.toml @@ -1,7 +1,7 @@ # pop up parachain -f ./tests/networks/pop.toml [relaychain] -chain = "rococo-local" +chain = "paseo-local" [[relaychain.nodes]] name = "alice" @@ -13,7 +13,7 @@ validator = true [[parachains]] id = 1000 -chain = "asset-hub-rococo-local" +chain = "asset-hub-paseo-local" [[parachains.collators]] name = "asset-hub" @@ -24,4 +24,16 @@ default_command = "pop-node" [[parachains.collators]] name = "pop" -args = ["-lruntime::contracts=debug"] \ No newline at end of file +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 \ No newline at end of file