From 0347fd2ec36e80d8fe791a6abb2a85a5d1aa1b65 Mon Sep 17 00:00:00 2001 From: leovct Date: Wed, 23 Oct 2024 09:09:21 +0200 Subject: [PATCH] chore: update custom public ports --- .../public-ports/custom-public-ports.yml | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/tests/public-ports/custom-public-ports.yml b/.github/tests/public-ports/custom-public-ports.yml index da6c1b96..1f69b18f 100644 --- a/.github/tests/public-ports/custom-public-ports.yml +++ b/.github/tests/public-ports/custom-public-ports.yml @@ -1,23 +1,23 @@ args: static_ports: - # L1 static ports (50000-50999). - l1_el_start_port: 50000 - l1_cl_start_port: 50100 - l1_vc_start_port: 50200 - l1_additional_services_start_port: 50300 + # L1 static ports (60000-60999). + l1_el_start_port: 60000 + l1_cl_start_port: 60100 + l1_vc_start_port: 60200 + l1_additional_services_start_port: 60300 - # L2/CDK static ports (51000-51999). - agglayer_start_port: 51000 - cdk_node_start_port: 51100 - zkevm_bridge_service_start_port: 51210 - zkevm_bridge_ui_start_port: 51220 - reverse_proxy_start_port: 51230 - database_start_port: 51300 - zkevm_pool_manager_start_port: 51400 - zkevm_dac_start_port: 51500 + # L2/CDK static ports (61000-61999). + agglayer_start_port: 61000 + cdk_node_start_port: 61100 + zkevm_bridge_service_start_port: 61210 + zkevm_bridge_ui_start_port: 61220 + reverse_proxy_start_port: 61230 + database_start_port: 61300 + zkevm_pool_manager_start_port: 61400 + zkevm_dac_start_port: 61500 - # L2 additional services (52000-52999). - arpeggio_start_port: 52000 - blutgang_start_port: 52100 - erpc_start_port: 52200 - panoptichain_start_port: 52300 + # L2 additional services (62000-62999). + arpeggio_start_port: 62000 + blutgang_start_port: 62100 + erpc_start_port: 62200 + panoptichain_start_port: 62300