Skip to content

Commit

Permalink
add log of latest block number
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Oct 16, 2024
1 parent 9446cbe commit 5604d70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ens-test-env/src/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ export const main = async (_config, _options, justKill) => {
console.error('Failed to fetch latest block number')
return cleanup(undefined, 0)
}
console.log('latest block number:', latestBlockNumber)

let indexArray = []
const getCurrentIndex = async () =>
Expand Down

0 comments on commit 5604d70

Please sign in to comment.