Closed 0237h closed 1 week ago
Latest commit: 1a3a63868f662d7f2dc9d6e15c0494b1fcc9eff8
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
If a value was retrieved via Etherscan-like APIs for
startBlock
andcontractName
, their value couldn't be overwritten by the user in the prompt.This change corrects that behavior. The prompt can still be skipped by passing those values from the
init
command line directly (e.g.--start-block=<value>
).