From 0e0b2cdd42838d32b8c15468c655b128a11c25c8 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Wed, 4 Dec 2024 02:54:20 -0400 Subject: [PATCH] Update structs.py --- eth_portfolio/structs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth_portfolio/structs.py b/eth_portfolio/structs.py index 0dcadfe6..c66af4a2 100644 --- a/eth_portfolio/structs.py +++ b/eth_portfolio/structs.py @@ -25,7 +25,7 @@ from dictstruct import DictStruct from evmspec import FilterTrace, Transaction1559, Transaction2930, TransactionLegacy from evmspec.data import Address -from evmspec.transaction import AccessListEntry +from evmspec.structs.transaction import AccessListEntry from hexbytes import HexBytes from msgspec import Struct from y import Network