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 625d111 commit fceadbdCopy full SHA for fceadbd
test-stack/prepare-test-env.js
@@ -51,13 +51,13 @@ async function createEnvFiles(forkBlockNumber) {
51
writeFileSync(
52
'.env',
53
`############ THIS FILE IS GENERATED ############
54
-# run "node prepare-test-env.js" to regenerate #
55
-################################################
+ # run "node prepare-test-env.js" to regenerate #
+ ################################################
56
57
-# blockchain node to use as the reference for the local fork
58
-FORK_URL=${forkUrl}
59
-# block number to fork from
60
-FORK_BLOCK=${forkBlockNumber}`,
+ # blockchain node to use as the reference for the local fork
+ FORK_URL=${forkUrl}
+ # block number to fork from
+ FORK_BLOCK=${forkBlockNumber}`,
61
);
62
}
63
0 commit comments