You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ See full documentation and advanced examples [here](./docs/contract-interaction.
63
63
64
64
### 🔗 Supported bridge chains
65
65
66
-
By default zkSync CLI bridge commands support Era Testnet and Era Mainnet. You can also use other networks by overwriting L1 and L2 RPC URLs. For example: `npx zksync-cli deposit --rpc=http://... --l1-rpc=http://...`
66
+
By default zkSync CLI bridge commands support zkSync Sepolia and Goerli Testnet and zkSync Mainnet. You can also use other networks by overwriting L1 and L2 RPC URLs. For example: `npx zksync-cli deposit --rpc=http://... --l1-rpc=http://...`
67
67
68
68
If you're using [local setup (dockerized testing node)](https://github.com/matter-labs/local-setup) with default L1 and L2 RPC URLs, you can select `Local Dockerized node` option in the CLI or provide option `--chain local-dockerized`.
69
69
@@ -72,7 +72,7 @@ If you're using [local setup (dockerized testing node)](https://github.com/matte
72
72
### Run in development mode
73
73
74
74
1. Install all dependencies with `npm i`.
75
-
2. To use CLI in development mode run `npm run dev -- [command] [options]` (e.g. `npm run dev -- bridge deposit --chain=zksync-goerli`).
75
+
2. To use CLI in development mode run `npm run dev -- [command] [options]` (e.g. `npm run dev -- bridge deposit --chain=zksync-sepolia`).
Next you need to select a **method (function) to call**.
@@ -115,8 +115,8 @@ Finally, you will be asked the **method output** type to decode the response. Yo
115
115
**Tip**: after running command with prompts you will see a full command with all the options that you can copy and use later to quickly run the same command again. For example:
Next you need to select a **method (function) to call**.
@@ -174,10 +174,10 @@ When submitted a contract call will be made and you'll see the transaction hash
174
174
**Tip**: after running command with prompts you will see a full command with all the options that you can copy and use later to quickly run the same command again. For example:
0 commit comments