Skip to content

Commit fceadbd

Browse files
Update test-stack/prepare-test-env.js
Co-authored-by: gfournieriExec <[email protected]>
1 parent 625d111 commit fceadbd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test-stack/prepare-test-env.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ async function createEnvFiles(forkBlockNumber) {
5151
writeFileSync(
5252
'.env',
5353
`############ THIS FILE IS GENERATED ############
54-
# run "node prepare-test-env.js" to regenerate #
55-
################################################
54+
# run "node prepare-test-env.js" to regenerate #
55+
################################################
5656
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}`,
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}`,
6161
);
6262
}
6363
}

0 commit comments

Comments
 (0)