Skip to content

Commit

Permalink
[CI] add 3 relay chain nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jan 22, 2025
1 parent 9c2619c commit 8d2fb86
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions zombienet/github-actions-setup.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d2fb86

Please sign in to comment.