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