From 724a224a37ae7586bbc2a06d45669feb696547be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Centeno?= Date: Mon, 4 Sep 2023 13:52:02 -0300 Subject: [PATCH] Replace zksync 2.0 with Era for branding consistency Co-authored-by: Nicolas Villanueva --- README.md | 2 +- src/help.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 016704bc..cd9f55d5 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You can install this program globally with `npm i -g zksync-cli` or run the comm > Both deposit and withdraw might take a couple of minutes to complete. -- `zksync-cli localnet`: Manages a local zkSync 2.0 and Ethereum L1 testnet (it requires docker running on your system). It supports a set of sub-subcommands: +- `zksync-cli localnet`: Manages a local zkSync Era and Ethereum L1 testnet (it requires docker running on your system). It supports a set of sub-subcommands: - `zksync-cli localnet up`: Bootstrap L1 and L2 localnets. - `zksync-cli localnet down`: clear L1 and L2 localnets. - `zksync-cli localnet start`: start L1 and L2 localnets. diff --git a/src/help.ts b/src/help.ts index cfb10fed..e3a9dc50 100644 --- a/src/help.ts +++ b/src/help.ts @@ -27,7 +27,7 @@ export default async function () { ); 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.` + `Manages a local zkSync Era and Ethereum L1 testnet. Run "zksync-cli localnet help" for a list of supported operations.` ); // Exit the process