File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ def get_api_config(
141141 port_publisher ,
142142 additional_service_index ,
143143):
144- IMAGE_NAME = "blossomlabs/blobscan:stable "
144+ IMAGE_NAME = "blossomlabs/blobscan-api:latest "
145145
146146 public_ports = shared_utils .get_additional_service_standard_public_port (
147147 port_publisher ,
@@ -165,7 +165,6 @@ def get_api_config(
165165 if network_name in constants .PUBLIC_NETWORKS
166166 else "devnet" ,
167167 },
168- cmd = ["api" ],
169168 ready_conditions = ReadyCondition (
170169 recipe = GetHttpRequestRecipe (
171170 port_id = "http" ,
@@ -197,7 +196,7 @@ def get_web_config(
197196 # TODO: https://github.com/kurtosis-tech/kurtosis/issues/1861
198197 # Configure NEXT_PUBLIC_BEACON_BASE_URL and NEXT_PUBLIC_EXPLORER_BASE env vars
199198 # once retrieving external URLs from services are supported in Kurtosis.
200- IMAGE_NAME = "blossomlabs/blobscan:stable "
199+ IMAGE_NAME = "blossomlabs/blobscan-web:latest "
201200
202201 public_ports = shared_utils .get_additional_service_standard_public_port (
203202 port_publisher ,
@@ -218,7 +217,6 @@ def get_web_config(
218217 "SECRET_KEY" : SECRET_KEY ,
219218 "POSTGRES_STORAGE_ENABLED" : "true" ,
220219 },
221- cmd = ["web" ],
222220 min_cpu = WEB_MIN_CPU ,
223221 max_cpu = WEB_MAX_CPU ,
224222 min_memory = WEB_MIN_MEMORY ,
You can’t perform that action at this time.
0 commit comments