From 895397af5b47722ef469320447175438fe376bc1 Mon Sep 17 00:00:00 2001 From: antazoey Date: Sat, 4 Jan 2025 03:34:23 +0700 Subject: [PATCH] feat: add support for ethereum's holesky network (#94) --- ape_alchemy/_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ape_alchemy/_utils.py b/ape_alchemy/_utils.py index 639bc10..25b806c 100644 --- a/ape_alchemy/_utils.py +++ b/ape_alchemy/_utils.py @@ -33,6 +33,7 @@ "testnet", ], "ethereum": [ + "holesky", "mainnet", "sepolia", ],