Skip to content

Commit

Permalink
Merge branch 'main' into dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini authored Oct 16, 2024
2 parents 253b7ff + a13a685 commit c19413c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boa_zksync/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def to_dict(self) -> dict:
"""
# Use asdict to convert the dataclass to a dict
d = asdict(self)
d["chainId"] = d.pop("chain_id") # for consistency with boa, see #24

# Convert bytes and list of bytes to hexadecimal strings
for key, value in d.items():
Expand Down

0 comments on commit c19413c

Please sign in to comment.