From 742ed66bda6e8d21bce45a79fdb7079d4b58c71f Mon Sep 17 00:00:00 2001 From: antazoey Date: Wed, 16 Oct 2024 15:46:31 -0500 Subject: [PATCH] chore: bump evmchains (#2323) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14346443bf..0e887827b7 100644 --- a/setup.py +++ b/setup.py @@ -128,7 +128,7 @@ "eip712>=0.2.10,<0.3", "ethpm-types>=0.6.17,<0.7", "eth_pydantic_types>=0.1.3,<0.2", - "evmchains>=0.0.10,<0.1", + "evmchains>=0.1.0,<0.2", "evm-trace>=0.2.3,<0.3", ], entry_points={