From e8e9f7506cd66320ce31d7c82bb77e865d501f7a Mon Sep 17 00:00:00 2001 From: Tudor Malene Date: Fri, 16 Feb 2024 09:08:05 +0000 Subject: [PATCH] adjust port offset --- integration/constants.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/constants.go b/integration/constants.go index 37449c6dc5..fe4ce15bc8 100644 --- a/integration/constants.go +++ b/integration/constants.go @@ -25,9 +25,9 @@ const ( DefaultEnclaveOffset = 700 // The default offset between a Geth nodes port and the enclave ports. Used in Socket Simulations. DefaultHostRPCHTTPOffset = 800 // The default offset for the host's RPC HTTP port DefaultHostRPCWSOffset = 900 // The default offset for the host's RPC websocket port - DefaultTenscanHTTPPortOffset = 1000 - DefaultTenGatewayHTTPPortOffset = 1001 - DefaultTenGatewayWSPortOffset = 1002 + DefaultTenscanHTTPPortOffset = 950 + DefaultTenGatewayHTTPPortOffset = 951 + DefaultTenGatewayWSPortOffset = 952 ) const (