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 2ee27cd commit d9c8167Copy full SHA for d9c8167
test-stack/prepare-test-env.ts
@@ -36,7 +36,7 @@ async function createEnvFiles(forkBlockNumber: number) {
36
writeFileSync(
37
'.env',
38
`############ THIS FILE IS GENERATED ############
39
-# run "node prepare-test-env.js" to regenerate #
+# run "npx tsx prepare-test-env.ts" to regenerate #
40
################################################
41
42
# blockchain node to use as the reference for the local fork
0 commit comments