Skip to content

Commit

Permalink
Merge pull request #178 from HugoByte/key-fix-for-port
Browse files Browse the repository at this point in the history
fix: port key fix
  • Loading branch information
Mr-Nobody21 authored Jan 11, 2024
2 parents 9c1ada4 + b22322e commit cb71dce
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 cb71dce

Please sign in to comment.