Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NamedEventInput type #58

Merged
merged 3 commits into from
Apr 3, 2024
Merged

Fix NamedEventInput type #58

merged 3 commits into from
Apr 3, 2024

Conversation

ryangoree
Copy link
Member

While working on delvtech/hyperdrive-frontend#837, I noticed the filter property of ContractReadOptions was typed as an empty object for all event types. After looking deeper I found the following line in #40 broke the NamedEventInput type which broke all downstream types including EventFilter: https://github.com/delvtech/evm-client/pull/40/files#diff-86514dc79b03883339fb21e59548e7d5f7441f7e88c6ab3317737666ef96a142R22

This PR fixes the type.

Copy link

changeset-bot bot commented Apr 3, 2024

🦋 Changeset detected

Latest commit: 1564ca4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@delvtech/evm-client Patch
@delvtech/evm-client-ethers Patch
@delvtech/evm-client-viem Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ryangoree ryangoree merged commit 5c35487 into main Apr 3, 2024
4 checks passed
@ryangoree ryangoree deleted the ryan-patch branch April 3, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants