Skip to content

Commit 5604d70

Browse files
add log of latest block number
1 parent 9446cbe commit 5604d70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ens-test-env/src/manager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ export const main = async (_config, _options, justKill) => {
295295
console.error('Failed to fetch latest block number')
296296
return cleanup(undefined, 0)
297297
}
298+
console.log('latest block number:', latestBlockNumber)
298299

299300
let indexArray = []
300301
const getCurrentIndex = async () =>

0 commit comments

Comments
 (0)