Skip to content

Commit bdddebf

Browse files
committed
Change default ports
1 parent 6d47fa6 commit bdddebf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zombienet/bulletin-polkadot-local.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default_command = "{{POLKADOT_BULLETIN_BINARY_PATH}}"
88

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

zombienet/bulletin-polkadot.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ chain_spec_command = "{{ENV_PATH}}/adjust_bp_spec.sh {% raw %} {{chainName}} {%
99

1010
[[relaychain.nodes]]
1111
name = "alice"
12-
rpc_port = 12345
12+
rpc_port = 10000
1313
p2p_port = 33333
1414
validator = true
1515
args = [ "--ipfs-server", "-lruntime=trace"]

0 commit comments

Comments
 (0)