Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ Released with 1.0.0-beta.37 code base.
608608
### Fixed
609609

610610
- Fixed types for getPastEvents (#4955) (#5260)
611+
- Fix Log type by adding missing `removed` property (#4877)
611612

612613
### Changed
613614

‎packages/web3-core/types/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ export interface Log {
242242
transactionHash: string;
243243
blockHash: string;
244244
blockNumber: number;
245+
removed: boolean;
245246
}
246247

247248
// had to move `web3-net` due to other modules in `1.x` not referencing

0 commit comments

Comments
 (0)
This repository has been archived.