From 43a2ccaf718f63aac0fd6f71fcc2ff34ced9dd04 Mon Sep 17 00:00:00 2001 From: Daniyar Itegulov Date: Thu, 30 Jan 2025 22:01:59 +1100 Subject: [PATCH] fix ``--fork-url` in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46327eec..986c8dfa 100644 --- a/README.md +++ b/README.md @@ -133,10 +133,10 @@ anvil-zksync --cache=disk --cache-dir=/tmp/foo --reset-cache run To fork the mainnet: ```bash -anvil-zksync fork fork-url mainnet +anvil-zksync fork --fork-url mainnet ``` -> Tip: You can also fork the zkSync Sepolia testnet with `anvil-zksync fork fork-url sepolia-testnet`. +> Tip: You can also fork the zkSync Sepolia testnet with `anvil-zksync fork --fork-url sepolia-testnet`. ## 🔄 Replay Remote Transactions Locally