Skip to content

fix: use EntryPointVersion type from viem for forward compatibility#260

Open
SahilVasava wants to merge 3 commits intomainfrom
fix/viem-entrypoint-version-compat
Open

fix: use EntryPointVersion type from viem for forward compatibility#260
SahilVasava wants to merge 3 commits intomainfrom
fix/viem-entrypoint-version-compat

Conversation

@SahilVasava
Copy link
Copy Markdown
Collaborator

Summary

  • Replaced hardcoded "0.6" | "0.7" | "0.8" type constraint in ZeroDevPaymasterClient with EntryPointVersion from viem/account-abstraction
  • Fixes CI build failures caused by viem 2.42.0+ adding "0.9" to EntryPointVersion
  • Updated lockfile

… union

Newer viem versions (2.42.0+) added '0.9' to EntryPointVersion, which
broke the build since ZeroDevPaymasterClient had a hardcoded
"0.6" | "0.7" | "0.8" constraint.
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.

1 participant