diff --git a/README.md b/README.md index 3608c75..a0c5222 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ export WEB3_ALCHEMY_PROJECT_ID=MY_API_TOKEN= To use the Alchemy provider plugin in most commands, set it via the `--network` option: ```bash -ape console --network ethereum:goerli:alchemy +ape console --network ethereum:sepolia:alchemy ``` To connect to Alchemy from a Python script, use the `networks` top-level manager: