-
Notifications
You must be signed in to change notification settings - Fork 130
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
chore: use alloy zksync #608
Conversation
…sync into nish-alloy-zksync
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm I thought with alloy-zksync
we could get rid of a lot of overrides, perhaps we are still lacking the necessary abstractions?
For example, we shouldn't need to have ZkCast
, or so I thought - unless it's something that we can achieve, but in a separate PR
Cast uses |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Send it 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Motivation
Migrate away from the unmaintained
zksync-web3-rs
.Solution
Use alloy-zksync crate.