Skip to content

Commit f37a82b

Browse files
committed
feat(types): Add parent_target_blobs_per_block to environment
1 parent eddf421 commit f37a82b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ethereum_test_types/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ class EnvironmentGeneric(CamelModel, Generic[NumberBoundTypeVar]):
394394
None,
395395
alias="currentTargetBlobsPerBlock",
396396
)
397+
parent_target_blobs_per_block: NumberBoundTypeVar | None = Field(None)
397398

398399
parent_difficulty: NumberBoundTypeVar | None = Field(None)
399400
parent_timestamp: NumberBoundTypeVar | None = Field(None)

0 commit comments

Comments
 (0)