Skip to content

Commit

Permalink
Update help
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcenteno committed Jul 20, 2023
1 parent 4d44048 commit 55b145c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ export default async function () {
console.log(
`Confirms the withdrawal of funds from zkSync to Layer 1. It will prompt for the network (localnet, testnet, mainnet), the transaction address of the withdrawal, and the private key of the wallet initiating the confirmation.\n`
);
console.log(chalk.greenBright(`localnet`));
console.log(
`Manages a local zkSync 2.0 and Ethereum L1 testnet. Run zksync-cli localnet test for a list of supported operations.`
);

// Exit the process
process.exit(0);
Expand Down

0 comments on commit 55b145c

Please sign in to comment.