-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
feat: additional zksync utility functions #2448
base: main
Are you sure you want to change the base?
feat: additional zksync utility functions #2448
Conversation
…n-txfusion-utility-functions
|
@nikola-bozin-txfusion is attempting to deploy a commit to the Wevm Team on Vercel. A member of the Team first needs to authorize it. |
Can we please rebase this PR against main to clean the diff? |
…on-utility-functions
Could you please confirm the rebase success against the main branch? |
The diff should only consist of the changes related to this PR. |
d51b614
to
0ddb001
Compare
b56e162
to
ad2831b
Compare
Overview
This PR introduces additional functionality for the ZkSync L2 Network.
Detailed summary
Added
transfer
,claimFailedDeposit
and newzks
namespace publicL2 actions which enable enhanced interaction with zkSync L2 Network.PR-Codex overview
This PR introduces new enums and types related to priority queue and transactions, updates chain definitions, adds fee configurations, and implements utility functions for deposit and gas limit scaling.
Detailed summary
PriorityQueueType
andPriorityOpTree
enums