We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52ed25 commit 9fa4c8aCopy full SHA for 9fa4c8a
1 file changed
apps/cli/src/exec/rollups.ts
@@ -182,7 +182,7 @@ const availableServices: Service[] = [
182
},
183
{
184
name: "explorer",
185
- healthySemaphore: "explorer_api",
+ healthySemaphore: "explorer",
186
healthyTitle: (port) =>
187
`${chalk.cyan("explorer")} service ready at ${chalk.cyan(`${host}:${port}/explorer`)}`,
188
waitTitle: `${chalk.cyan("explorer")} service starting...`,
@@ -302,9 +302,7 @@ export const startEnvironment = async (options: {
302
if (services.includes("explorer")) {
303
files.push(
304
explorer({
305
- imageTag: "1.4.0",
306
- apiTag: "1.1.0",
307
- databasePassword,
+ imageTag: "2.0.0-alpha.1",
308
port,
309
}),
310
);
0 commit comments