From 8d2fb86a58b576470c816c512e0b1ab261035353 Mon Sep 17 00:00:00 2001 From: Christian Langenbacher Date: Wed, 22 Jan 2025 11:39:34 +0100 Subject: [PATCH] [CI] add 3 relay chain nodes --- zombienet/github-actions-setup.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zombienet/github-actions-setup.toml b/zombienet/github-actions-setup.toml index 947bff7..7e76421 100644 --- a/zombienet/github-actions-setup.toml +++ b/zombienet/github-actions-setup.toml @@ -12,6 +12,16 @@ name = "alice" validator = true ws_port = 9999 +[[relaychain.nodes]] +name = "bob" +validator = true +ws_port = 9988 + +[[relaychain.nodes]] +name = "charlie" +validator = true +ws_port = 9977 + [[parachains]] id = 1003 addToGenesis = true