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(
141
141
port_publisher ,
142
142
additional_service_index ,
143
143
):
144
- IMAGE_NAME = "blossomlabs/blobscan:stable "
144
+ IMAGE_NAME = "blossomlabs/blobscan-api:latest "
145
145
146
146
public_ports = shared_utils .get_additional_service_standard_public_port (
147
147
port_publisher ,
@@ -165,7 +165,6 @@ def get_api_config(
165
165
if network_name in constants .PUBLIC_NETWORKS
166
166
else "devnet" ,
167
167
},
168
- cmd = ["api" ],
169
168
ready_conditions = ReadyCondition (
170
169
recipe = GetHttpRequestRecipe (
171
170
port_id = "http" ,
@@ -197,7 +196,7 @@ def get_web_config(
197
196
# TODO: https://github.com/kurtosis-tech/kurtosis/issues/1861
198
197
# Configure NEXT_PUBLIC_BEACON_BASE_URL and NEXT_PUBLIC_EXPLORER_BASE env vars
199
198
# once retrieving external URLs from services are supported in Kurtosis.
200
- IMAGE_NAME = "blossomlabs/blobscan:stable "
199
+ IMAGE_NAME = "blossomlabs/blobscan-web:latest "
201
200
202
201
public_ports = shared_utils .get_additional_service_standard_public_port (
203
202
port_publisher ,
@@ -218,7 +217,6 @@ def get_web_config(
218
217
"SECRET_KEY" : SECRET_KEY ,
219
218
"POSTGRES_STORAGE_ENABLED" : "true" ,
220
219
},
221
- cmd = ["web" ],
222
220
min_cpu = WEB_MIN_CPU ,
223
221
max_cpu = WEB_MAX_CPU ,
224
222
min_memory = WEB_MIN_MEMORY ,
You can’t perform that action at this time.
0 commit comments