Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Mar 15, 2024
1 parent 3649e6b commit fd6e85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethernaut-interact/src/tasks/logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require('../scopes/interact')
.addOptionalParam(
'fromBlock',
'The block number to start searching from. Defaults to 0 which is the genesis block. Use negative numbers to count from the latest block. E.g. -1 is the latest block, -2 is the block before that, etc.',
0,
'0',
types.string,
)
.addOptionalParam(
Expand Down

0 comments on commit fd6e85e

Please sign in to comment.