From db39b39d4b85a62c649369d52d15f79b40890c89 Mon Sep 17 00:00:00 2001 From: NotPeopling2day <32708219+NotPeopling2day@users.noreply.github.com> Date: Sun, 17 Mar 2024 15:21:51 -0400 Subject: [PATCH] docs: update example to sepolia --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: