Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalaji committed Oct 23, 2024
1 parent fa1d96d commit 4624d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/cli/src/config/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async function addBlockConfig(metadata: ChainMetadata): Promise<void> {
});
const blockReorgPeriod = await input({
message:
'Enter reorg period as number of blocks (0-500) or block tag (earliest, latest, safe, finalized, pending):',
'Enter no. of blocks before a transaction has a near-zero chance of reverting (0-500) or block tag (earliest, latest, safe, finalized, pending):',
validate: (value) => {
const parsedInt = parseInt(value, 10);
return (
Expand Down

0 comments on commit 4624d3e

Please sign in to comment.