Skip to content

Commit

Permalink
fix: port key fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riyasng12 committed Jan 11, 2024
1 parent 0ce8f5c commit 77b6cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/node_setup.star
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def spawn_parachain(plan, prometheus, image, chain_name, execute_command, build_

ports = {
"ws": PortSpec(9946, transport_protocol = "TCP", application_protocol = "http"),
"lib": PortSpec(30333, transport_protocol = "TCP", application_protocol = "http"),
"lib2lib": PortSpec(30333, transport_protocol = "TCP", application_protocol = "http"),
}

public_ports = {}
Expand Down

0 comments on commit 77b6cf0

Please sign in to comment.