Skip to content

Commit

Permalink
Export int as hex for t8n env
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Dec 19, 2024
1 parent bacb56e commit 9ceacff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ethereum_test_types/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ class EnvironmentGeneric(CamelModel, Generic[NumberBoundTypeVar]):
parent_gas_limit: NumberBoundTypeVar | None = Field(None)


class Environment(EnvironmentGeneric[Number]):
class Environment(EnvironmentGeneric[HexNumber]):
"""
Structure used to keep track of the context in which a block
must be executed.
Expand Down

0 comments on commit 9ceacff

Please sign in to comment.