Skip to content

Commit 9e44876

Browse files
peetzwegbkontur
andauthored
replace deprecated ws_port with rpc_port (#150)
Co-authored-by: Branislav Kontur <[email protected]>
1 parent 0f5ff2c commit 9e44876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zombienet/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ default_command = "{{POLKADOT_BULLETIN_BINARY_PATH}}"
88

99
[[relaychain.nodes]]
1010
name = "alice"
11-
ws_port = 10000
11+
rpc_port = 10000
1212
validator = true
1313
args = ["--ipfs-server", "-lruntime=trace", "-lxcm=trace"]
1414

1515
[[relaychain.nodes]]
1616
name = "bob"
17-
ws_port = 10001
17+
rpc_port = 10001
1818
validator = true

0 commit comments

Comments
 (0)