We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c530c6 commit 73c452cCopy full SHA for 73c452c
test/src/helper/spawn.ts
@@ -232,7 +232,7 @@ export default class CodeChain {
232
this.restarts++;
233
this.process = { state: "initializing" };
234
const child = spawn(
235
- `target/${useDebugBuild ? "debug" : "release"}/codechain`,
+ `target/${useDebugBuild ? "debug" : "release"}/foundry`,
236
[
237
...baseArgs,
238
"--chain",
0 commit comments