From e17a48efa1a4081ef6cf04e69f66da15c45d46c5 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Wed, 15 Jan 2025 14:13:10 +0200 Subject: [PATCH] Adjust default port numbers. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index fed5798746..88f444ef16 100644 --- a/Makefile +++ b/Makefile @@ -210,10 +210,10 @@ libbacktrace: # - --base-el-rpc-port + --el-port-offset * [0, --nodes + --light-clients) # - --base-el-ws-port + --el-port-offset * [0, --nodes + --light-clients) # - --base-el-auth-rpc-port + --el-port-offset * [0, --nodes + --light-clients) -UNIT_TEST_BASE_PORT := 9960 -REST_TEST_BASE_PORT := 9990 -MINIMAL_TESTNET_BASE_PORT := 5001 -MAINNET_TESTNET_BASE_PORT := 6501 +UNIT_TEST_BASE_PORT := 39960 +REST_TEST_BASE_PORT := 40990 +MINIMAL_TESTNET_BASE_PORT := 35001 +MAINNET_TESTNET_BASE_PORT := 36501 restapi-test: ./tests/simulation/restapi.sh \