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 version mismatch of viem package between core and v1 #71

Closed
Mameta29 opened this issue Dec 3, 2024 · 0 comments · Fixed by #72
Closed

Fix version mismatch of viem package between core and v1 #71

Mameta29 opened this issue Dec 3, 2024 · 0 comments · Fixed by #72
Assignees
Labels

Comments

@Mameta29
Copy link
Collaborator

Mameta29 commented Dec 3, 2024

🐛 Description

📝 Overview

Found version mismatch of viem package between core and v1 packages, causing TypeScript compilation errors.

🐛 Current Behavior

This mismatch causes TypeScript compilation errors in v1 package when running yarn workspace @jpyc/sdk-v1 run compile:

Type 'Chain' is not assignable to type 'Chain | undefined'.
Type 'import("viem/_types/types/chain").Chain' is not assignable to type 'import("viem/_types/types/chain").Chain'.

🔍 How to Reproduce

Update viem version in v1 package to match core:

yarn workspace @jpyc/sdk-v1 add [email protected]

📚 References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant