Skip to content

Commit

Permalink
Merge 18dd9fd into 3b22adf
Browse files Browse the repository at this point in the history
  • Loading branch information
zlumer committed Nov 11, 2022
2 parents 3b22adf + 18dd9fd commit d1642ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -614,4 +614,6 @@ Released with 1.0.0-beta.37 code base.

## [Unreleased]

## [1.8.2]
## [1.8.2]

- Fixed types for `web3.utils._jsonInterfaceMethodToString` (#5550)
2 changes: 1 addition & 1 deletion packages/web3-utils/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export interface Utils {
isContractAddressInBloom(bloom: string, contractAddress: string): boolean;
isTopicInBloom(bloom: string, topic: string): boolean;
isTopic(topic: string): boolean;
jsonInterfaceMethodToString(abiItem: AbiItem): string;
_jsonInterfaceMethodToString(abiItem: AbiItem): string;
soliditySha3(...val: Mixed[]): string | null;
soliditySha3Raw(...val: Mixed[]): string;
encodePacked(...val: Mixed[]): string | null;
Expand Down

0 comments on commit d1642ff

Please sign in to comment.