-
Notifications
You must be signed in to change notification settings - Fork 113
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: migrate to zksync-ethers #299
Conversation
API E2E Test Results207 tests 207 ✅ 20s ⏱️ Results for commit d3316f0. ♻️ This comment has been updated with latest results. |
Unit Test Results 4 files 263 suites 11m 27s ⏱️ Results for commit d3316f0. ♻️ This comment has been updated with latest results. |
Visit the preview URL for this PR: |
packages/api/src/common/transformers/hexToDecimalNumber.transformer.spec.ts
Show resolved
Hide resolved
🎉 This PR is included in version 2.50.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What ❔
Migrate the Explorer from the deprecated
zksync-web3
tozksync-ethers
.Why ❔
Some explorer changes require SDK to be modified, in such cases the use of a deprecated version becomes a problem.
Checklist