-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[ZkSync]: Add support for ZkSync V2 mainnet #2768
Conversation
I think you only need to add one L2 transfer test or L2 -> test |
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.
Thanks for the PR, few things:
- Unit tests is failing on linux
- There is no link to the mainnet transaction in the unit test.
c85cb2c
to
31b8d55
Compare
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.
- In the registry.json there is no sample (real) tx and address fields, please add some
- Why did you remove the signer tests, not update them?
Sorry, this should've been a draft PR - I'm still waiting for alpha/beta mainnet launch as now it's restricted to zkSync devs only. |
ef87d60
to
f092675
Compare
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.
EVM unit tests will be added to wallet kit, 100% compatible as other EVM chains, should be smooth.
Description
We currently support zkSync v2 testnet, this PR changes zkSync to mainnet.
How to test
Unit tests
Types of changes
Checklist