From 77b6cf01eee831fc99a6fc8e047655837f8ba9bf Mon Sep 17 00:00:00 2001 From: riyasng12 Date: Thu, 11 Jan 2024 12:35:47 +0530 Subject: [PATCH] fix: port key fix --- parachain/node_setup.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parachain/node_setup.star b/parachain/node_setup.star index 37797b2..502298d 100644 --- a/parachain/node_setup.star +++ b/parachain/node_setup.star @@ -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 = {}