diff --git a/Makefile b/Makefile index fed5798746..90f23ff40a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Status Research & Development GmbH. Licensed under +# Copyright (c) 2019-2025 Status Research & Development GmbH. Licensed under # either of: # - Apache License, version 2.0 # - MIT license @@ -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 \