-
-
Notifications
You must be signed in to change notification settings - Fork 958
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: zksync deposit #2416
feat: zksync deposit #2416
Conversation
…n-txfusion-deposit
…ozin-txfusion-deposit
|
@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? |
yeah, i will look into it! |
…n-txfusion-deposit
…ion/viem into nikola-bozin-txfusion-deposit
Hey, could you please check if diff is clean now? |
d51b614
to
0ddb001
Compare
Overview
This PR introduces deposit functionality for the ZkSync L2 Network.
Detailed summary
Added various types of deposit functionalities which allow depositing
ETH
,ERC20
,Base Tokens
To Ethereum and Non-Ethereum based chains.Added utility function required for executing the deposit functionality.
Create ZKChains definitions for different networks of a ZKChains local setup.
PR-Codex overview
This PR introduces new enums and functions related to priority queues, updates chain definitions, adds fee-related constants, and implements functions for deposit transactions.
Detailed summary
PriorityQueueType
andPriorityOpTree
enums