Skip to content

Commit

Permalink
fix: phala parachain port issue (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanithkk authored Jan 9, 2024
1 parent a3f68f0 commit 223bbcc
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 @@ -2,7 +2,7 @@ def run_testnet_node_with_entrypoint(plan, image, chain_name, execute_command):
service_config = ServiceConfig(
image = image,
ports = {
"ws": PortSpec(9944, transport_protocol = "TCP"),
"ws": PortSpec(9947, transport_protocol = "TCP"),
"metrics": PortSpec(9615, transport_protocol = "TCP", application_protocol = "http"),
"lib": PortSpec(30333),
},
Expand Down

0 comments on commit 223bbcc

Please sign in to comment.