From 4181458643c2ead74c7f5789ef283b500217a6e1 Mon Sep 17 00:00:00 2001 From: Peter White <23270067+peterwht@users.noreply.github.com> Date: Fri, 6 Oct 2023 03:09:16 -0600 Subject: [PATCH] fix: stout runtime zombienet config (#302) --- zombienet/stout_rococo.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/zombienet/stout_rococo.toml b/zombienet/stout_rococo.toml index 6d14f513..140e56c6 100644 --- a/zombienet/stout_rococo.toml +++ b/zombienet/stout_rococo.toml @@ -77,16 +77,4 @@ max_message_size = 512 sender = 3000 recipient = 1000 max_capacity = 8 -max_message_size = 512 - -[[hrmp_channels]] -sender = 1836 -recipient = 3000 -max_capacity = 8 -max_message_size = 512 - -[[hrmp_channels]] -sender = 3000 -recipient = 1836 -max_capacity = 8 max_message_size = 512 \ No newline at end of file