-
Notifications
You must be signed in to change notification settings - Fork 619
Check zksync stack #4869
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
Check zksync stack #4869
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
size-limit report 📦
|
packages/thirdweb/src/extensions/prebuilts/get-required-transactions.ts
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4869 +/- ##
==========================================
+ Coverage 47.57% 47.59% +0.02%
==========================================
Files 1054 1054
Lines 57109 57136 +27
Branches 3907 3914 +7
==========================================
+ Hits 27167 27195 +28
+ Misses 29254 29253 -1
Partials 688 688
*This pull request uses carry forward flags. Click here to find out more.
|
Merge activity
|
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on updating the `isZkSyncChain` function to be asynchronous and modifying various parts of the codebase to await its result. This change enhances the handling of chain identification, particularly for zkSync-related operations.
### Detailed summary
- Changed `isZkSyncChain` to an async function.
- Updated calls to `isZkSyncChain` to use `await` in several files.
- Modified the logic in `isZkSyncChain` to include additional checks for specific chain IDs.
- Introduced a new async function `getChainStack` for fetching chain stack information.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
9e3da67 to
6beec7a
Compare
Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on updating the
isZkSyncChainfunction to be asynchronous and modifying several parts of the codebase to await its result. This change enhances the handling of ZkSync chains during contract deployments and transaction requirements.Detailed summary
isZkSyncChainto anasyncfunction.isZkSyncChainto useawait.getChainStackfunction for fetching chain stack data.