Skip to content

Commit

Permalink
chore: PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Dec 21, 2023
1 parent e804414 commit ee4fec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ To fork the mainnet:
era_test_node fork mainnet
```

> Tip: You can also fork the Sepolia testnet with `era_test_node fork sepolia-testnet`.
> Tip: You can also fork the zkSync Sepolia testnet with `era_test_node fork sepolia-testnet`.
## 🔄 Replay Remote Transactions Locally

Expand Down
2 changes: 1 addition & 1 deletion docs/rustbook/src/usage/fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The expected output will be similar to the following:
14:50:19 INFO ========================================
```

This command starts the node, forked at the current head of the Sepolia testnet.
This command starts the node, forking it from the latest block on the zkSync Sepolia testnet.

You also have the option to specify a custom http endpoint and a custom forking height, like so:

Expand Down

0 comments on commit ee4fec4

Please sign in to comment.