From 96371b5b874e9cc1568bd3b653b291ae880dff3d Mon Sep 17 00:00:00 2001 From: "troy (troyb.eth)" Date: Thu, 25 Jan 2024 11:07:04 -0700 Subject: [PATCH] feat: add sepolia networks (#64) --- ape_alchemy/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ape_alchemy/__init__.py b/ape_alchemy/__init__.py index 010b043..64e3056 100644 --- a/ape_alchemy/__init__.py +++ b/ape_alchemy/__init__.py @@ -11,14 +11,17 @@ "arbitrum": [ "mainnet", "goerli", + "sepolia", ], "base": [ "mainnet", "goerli", + "sepolia", ], "optimism": [ "mainnet", "goerli", + "sepolia", ], "polygon": [ "mainnet",