diff --git a/assets/eip-4881/deposit_snapshot.py b/assets/eip-4881/deposit_snapshot.py index 00e40a5534c8ae..cd6b842880745d 100755 --- a/assets/eip-4881/deposit_snapshot.py +++ b/assets/eip-4881/deposit_snapshot.py @@ -7,7 +7,7 @@ @dataclass class DepositTreeSnapshot: - finalized: List[Hash32, DEPOSIT_CONTRACT_DEPTH] + finalized: List[Hash32] deposit_root: Hash32 deposit_count: uint64 execution_block_hash: Hash32