diff --git a/src/blobber/blobber_launcher.star b/src/blobber/blobber_launcher.star index a1329fbff..0f2873ace 100644 --- a/src/blobber/blobber_launcher.star +++ b/src/blobber/blobber_launcher.star @@ -5,7 +5,7 @@ cl_client_context = import_module("../cl/cl_client_context.star") blobber_context = import_module("../blobber/blobber_context.star") BLOBBER_BEACON_PORT_NUM = 9000 -BLOBBER_BEACON_PORT_TCP_ID = "discovery" +BLOBBER_BEACON_PORT_TCP_ID = "discovery-tcp" BLOBBER_BEACON_PORT_UDP_ID = "discovery-udp" BLOBBER_VALIDATOR_PROXY_PORT_NUM = 5000 BLOBBER_VALIDATOR_PROXY_PORT_ID = "http"