Skip to content

Commit

Permalink
[zombienet] replace ws-port with rpc-port (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb authored Mar 6, 2025
1 parent a347a9d commit f9bb909
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions zombienet/github-actions-setup.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ chain = "rococo-local"
[[relaychain.nodes]]
name = "alice"
validator = true
ws_port = 9999
rpc_port = 9999

[[relaychain.nodes]]
name = "bob"
validator = true
ws_port = 9988
rpc_port = 9988

[[relaychain.nodes]]
name = "charlie"
validator = true
ws_port = 9977
rpc_port = 9977

[[parachains]]
id = 1003
Expand All @@ -36,12 +36,12 @@ args = [
"-lencointer=debug,xcm=trace",
"--pool-type=fork-aware"
]
ws_port = 9944
rpc_port = 9944

[[parachains.collators]]
name = "encointer-collator02"
command = "zombienet-tests/bin/polkadot-omni-node"
args = [
"--pool-type=fork-aware"
]
ws_port = 9945
rpc_port = 9945
10 changes: 5 additions & 5 deletions zombienet/rococo-local-with-encointer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ chain = "rococo-local"
[[relaychain.nodes]]
name = "alice"
validator = true
ws_port = 9999
rpc_port = 9999

[[relaychain.nodes]]
name = "bob"
validator = true
ws_port = 9988
rpc_port = 9988

[[relaychain.nodes]]
name = "charlie"
validator = true
ws_port = 9977
rpc_port = 9977

[[parachains]]
id = 1003
Expand All @@ -35,13 +35,13 @@ args = [
"--enable-offchain-indexing=true",
"-lencointer=debug,xcm=trace",
]
ws_port = 9944
rpc_port = 9944

[[parachains.collators]]
name = "encointer-collator02"
command = "~/bin/polkadot-omni-node"
args = [
"--pool-type=fork-aware"
]
ws_port = 9945
rpc_port = 9945

0 comments on commit f9bb909

Please sign in to comment.